remact: fix indent of remact.idl
[obnox/samba/samba-obnox.git] / librpc / idl / remact.idl
index b4c40326d6400f405ca20345e725870c31375340..04f7fd8ab6b05af7c1a94297ef34f6c1a8ddfa72 100644 (file)
@@ -22,25 +22,26 @@ interface IRemoteActivation
        } imp_levels;
 
        const uint32 MODE_GET_CLASS_OBJECT = 0xffffffff;
+
        WERROR RemoteActivation (
-                       [in] ORPCTHIS this_object,
-                       [out,ref] ORPCTHAT *that,
-                       [in] GUID Clsid,
-                       [in] [string,charset(UTF16)] uint16 *pwszObjectName,
-                       [in] MInterfacePointer *pObjectStorage,
-                       [in] uint32 ClientImpLevel,
-                       [in] uint32 Mode,
-                       [in,range(1,32768)] uint32 Interfaces,
-                       [in,size_is(Interfaces)] GUID *pIIDs,
-                       [in] uint16 num_protseqs,
-                       [in, size_is(num_protseqs)] uint16 protseq[*],
-                       [out,ref] hyper *pOxid,
-                       [out,ref] DUALSTRINGARRAY *pdsaOxidBindings,
-                       [out,ref] GUID *ipidRemUnknown,
-                       [out,ref] uint32 *AuthnHint,
-                       [out,ref] COMVERSION *ServerVersion,
-                       [out,ref] WERROR *hr,
-                       [out,size_is(Interfaces)] MInterfacePointer *ifaces[],
-                       [out,size_is(Interfaces)] WERROR results[]
-                       );
+               [in] ORPCTHIS this_object,
+               [out,ref] ORPCTHAT *that,
+               [in] GUID Clsid,
+               [in] [string,charset(UTF16)] uint16 *pwszObjectName,
+               [in] MInterfacePointer *pObjectStorage,
+               [in] uint32 ClientImpLevel,
+               [in] uint32 Mode,
+               [in,range(1,32768)] uint32 Interfaces,
+               [in,size_is(Interfaces)] GUID *pIIDs,
+               [in] uint16 num_protseqs,
+               [in, size_is(num_protseqs)] uint16 protseq[*],
+               [out,ref] hyper *pOxid,
+               [out,ref] DUALSTRINGARRAY *pdsaOxidBindings,
+               [out,ref] GUID *ipidRemUnknown,
+               [out,ref] uint32 *AuthnHint,
+               [out,ref] COMVERSION *ServerVersion,
+               [out,ref] WERROR *hr,
+               [out,size_is(Interfaces)] MInterfacePointer *ifaces[],
+               [out,size_is(Interfaces)] WERROR results[]
+               );
 }