From 7e3503e2770a0473cb4f7d8d45b27cbee766d9fa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Nov 2004 23:35:28 +0000 Subject: r3896: Correct header files in rpc server templates plus some other minor fixes (This used to be commit 9fca748fe3c12af83a006f1d0821aa560d08fc95) --- source4/librpc/idl/dcom.idl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'source4/librpc/idl/dcom.idl') diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index d9c5a72ab2..d29c7476ef 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -324,6 +324,20 @@ interface IRemUnknown : IUnknown WERROR ISCMLocalActivator_CreateInstance( ); } +[ + uuid("c6f3ee72-ce7e-11d1-b71e-00c04fc3111a") +] interface IMachineLocalActivator +{ + WERROR IMachineLocalActivator_foo(); +} + +[ + uuid("e60c73e6-88f9-11cf-9af1-0020af6e72f4") +] interface ILocalObjectExporter +{ + WERROR ILocalObjectExporter_Foo(); +} + /* Looks like this is the equivalent of .NET's System.Activator class */ [ -- cgit