r8559: Couple of (D)COM updates:
[samba.git] / source4 / librpc / idl / remact.idl
index 6f64a5c02c543e67bed0bac667cc993ebeec75e3..05192e31a554fa74537fc36e11507c808679340b 100644 (file)
@@ -23,10 +23,6 @@ interface IRemoteActivation
                RPC_C_IMP_LEVEL_DELEGATE = 4
        } imp_levels;
 
-       typedef struct {
-               MInterfacePointer *ip;
-       } pMInterfacePointer;
-
        const uint32 MODE_GET_CLASS_OBJECT = 0xffffffff;
        WERROR RemoteActivation (
                        [in] ORPCTHIS this,
@@ -46,7 +42,7 @@ interface IRemoteActivation
                        [out] uint32 AuthnHint,
                        [out] COMVERSION ServerVersion,
                        [out] WERROR hr,
-                       [out,size_is(Interfaces)] pMInterfacePointer ifaces[],
+                       [out,size_is(Interfaces)] MInterfacePointer *ifaces[],
                        [out,size_is(Interfaces)] WERROR results[]
                        );
 }