From 1e42cacf6a8643bd633f631c212d71760852abbc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Jan 2005 06:33:07 +0000 Subject: r5036: changed HYPER_T to the more standard "hyper" (This used to be commit 1d1a9c11ee681540ef8a1029409bb24fc26f976c) --- source4/librpc/idl/dcom.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/librpc/idl/dcom.idl') 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); } -- cgit