summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/oxidresolver.idl
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-10-06 14:55:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:37 -0500
commit44f463d9c94f9f061155c9b03d5d525c7752ab55 (patch)
treebcff5e5e8504e7402dacde6aa0429986997bed17 /source4/librpc/idl/oxidresolver.idl
parentbecc7302f038dfc0237021a55aeefa4c601893e5 (diff)
downloadsamba-44f463d9c94f9f061155c9b03d5d525c7752ab55.tar.gz
samba-44f463d9c94f9f061155c9b03d5d525c7752ab55.tar.bz2
samba-44f463d9c94f9f061155c9b03d5d525c7752ab55.zip
r2830: // style comments are not supported by pure C preprocessors. Please DONT use
them. This includes idl files. Volker (This used to be commit d9f3c4e301e52d8e7d7049e657185a66bfad29f7)
Diffstat (limited to 'source4/librpc/idl/oxidresolver.idl')
-rw-r--r--source4/librpc/idl/oxidresolver.idl48
1 files changed, 24 insertions, 24 deletions
diff --git a/source4/librpc/idl/oxidresolver.idl b/source4/librpc/idl/oxidresolver.idl
index 61e3049a10..1ef20e5bf0 100644
--- a/source4/librpc/idl/oxidresolver.idl
+++ b/source4/librpc/idl/oxidresolver.idl
@@ -25,8 +25,8 @@ interface IOXIDResolver
#define IPID GUID
#define OID GUID
- // Method to get the protocol sequences, string bindings
- // and machine id for an object server given its OXID.
+ /* Method to get the protocol sequences, string bindings */
+ /* and machine id for an object server given its OXID. */
typedef [public] struct {
DUALSTRINGARRAY *ppdsaOxidBindings;
@@ -41,41 +41,41 @@ interface IOXIDResolver
[out, ref] uint32 *pAuthnHint
);
- // Simple ping is used to ping a Set. Client machines use this
- // to inform the object exporter that it is still using the
- // members of the set.
- // Returns S_TRUE if the SetId is known by the object exporter,
- // S_FALSE if not.
+ /* Simple ping is used to ping a Set. Client machines use this */
+ /* to inform the object exporter that it is still using the */
+ /* members of the set. */
+ /* Returns S_TRUE if the SetId is known by the object exporter, */
+ /* S_FALSE if not. */
[idempotent] WERROR SimplePing (
- [in] SETID *SetId // Must not be zero
+ [in] SETID *SetId /* Must not be zero */
);
- // Complex ping is used to create sets of OIDs to ping. The
- // whole set can subsequently be pinged using SimplePing,
- // thus reducing network traffic.
+ /* Complex ping is used to create sets of OIDs to ping. The */
+ /* whole set can subsequently be pinged using SimplePing, */
+ /* thus reducing network traffic. */
[idempotent] WERROR ComplexPing (
- [in, out] SETID *pSetId, // In of 0 on first call for new set.
+ [in, out] SETID *pSetId, /* In of 0 on first call for new set. */
[in] uint16 SequenceNum,
[in] uint16 cAddToSet,
[in] uint16 cDelFromSet,
- // add these OIDs to the set
+ /* add these OIDs to the set */
[in, size_is(cAddToSet)] OID AddToSet[],
- //remove these OIDs from the set
+ /*remove these OIDs from the set */
[in, size_is(cDelFromSet)] OID DelFromSet[],
- [out] uint16 *pPingBackoffFactor// 2^factor = multipler
+ [out] uint16 *pPingBackoffFactor/* 2^factor = multipler */
);
- // In some cases the client maybe unsure that a particular
- // binding will reach the server. (For example, when the oxid
- // bindings have more then one TCP/IP binding) This call
- // can be used to validate the binding
- // from the client.
+ /* In some cases the client maybe unsure that a particular */
+ /* binding will reach the server. (For example, when the oxid */
+ /* bindings have more then one TCP/IP binding) This call */
+ /* can be used to validate the binding */
+ /* from the client. */
[idempotent] WERROR ServerAlive ();
- // Method to get the protocol sequences, string bindings,
- // RemoteUnknown IPID and COM version for an object server
- // given its OXID. Supported by DCOM
- // version 5.2 and above.
+ /* Method to get the protocol sequences, string bindings, */
+ /* RemoteUnknown IPID and COM version for an object server */
+ /* given its OXID. Supported by DCOM */
+ /* version 5.2 and above. */
[idempotent] WERROR ResolveOxid2 (
[in] OXID *pOxid,
[in] uint16 cRequestedProtseqs,