summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcom.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-27 06:33:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:15 -0500
commit1e42cacf6a8643bd633f631c212d71760852abbc (patch)
tree604989985b568e115cfc8c2ff8c092956bd334da /source4/librpc/idl/dcom.idl
parent93e27bec159db33e77a7eae34249f6073993815a (diff)
downloadsamba-1e42cacf6a8643bd633f631c212d71760852abbc.tar.gz
samba-1e42cacf6a8643bd633f631c212d71760852abbc.tar.bz2
samba-1e42cacf6a8643bd633f631c212d71760852abbc.zip
r5036: changed HYPER_T to the more standard "hyper"
(This used to be commit 1d1a9c11ee681540ef8a1029409bb24fc26f976c)
Diffstat (limited to 'source4/librpc/idl/dcom.idl')
-rw-r--r--source4/librpc/idl/dcom.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl
index d29c7476ef..762b928252 100644
--- a/source4/librpc/idl/dcom.idl
+++ b/source4/librpc/idl/dcom.idl
@@ -157,8 +157,8 @@ interface ObjectRpcBaseTypes
{
uint32 flags; /* STDOBJREF flags (see above) */
uint32 cPublicRefs; /* count of references passed */
- HYPER_T oxid; /* oxid of server with this oid */
- HYPER_T oid; /* oid of object with this ipid */
+ hyper oxid; /* oxid of server with this oid */
+ hyper oid; /* oid of object with this ipid */
GUID ipid; /* ipid of interface pointer to this object */
} STDOBJREF;
@@ -346,9 +346,9 @@ interface IRemUnknown : IUnknown
]
interface ISystemActivator : IClassActivator
{
- WERROR ISystemActivatorRemoteCreateInstance([in] HYPER_T unknown1, /* OXID ? */
+ WERROR ISystemActivatorRemoteCreateInstance([in] hyper unknown1, /* OXID ? */
[in] MInterfacePointer iface,
- [in] HYPER_T unknown2,
+ [in] hyper unknown2,
[out] uint32 unknown3,
[out] MInterfacePointer iface);
}