diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-12 14:57:19 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-15 17:39:44 +0200 |
commit | f29220fe11a938efc93ea6b5b6ded5e612dcbcf1 (patch) | |
tree | cf2beb74d06a1dbff536db9236c24f72787688a3 /source4/librpc | |
parent | 1ca80d037d767230f28aea12f58c4afbaa86b71c (diff) | |
download | samba-f29220fe11a938efc93ea6b5b6ded5e612dcbcf1.tar.gz samba-f29220fe11a938efc93ea6b5b6ded5e612dcbcf1.tar.bz2 samba-f29220fe11a938efc93ea6b5b6ded5e612dcbcf1.zip |
Allow base classes to be defined in other files.
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 2 | ||||
-rw-r--r-- | source4/librpc/idl/wmi.idl | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index dfb8792044..64e1c1850b 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -3,8 +3,6 @@ http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt */ -import "orpc.idl"; - [ uuid("18f70770-8e64-11cf-9af1-0020af6e72f4"), pointer_default(unique), diff --git a/source4/librpc/idl/wmi.idl b/source4/librpc/idl/wmi.idl index 44540b154e..c4a8ff706a 100644 --- a/source4/librpc/idl/wmi.idl +++ b/source4/librpc/idl/wmi.idl @@ -1,6 +1,6 @@ #include "idl_types.h" -import "orpc.idl"; +import "dcom.idl"; [ uuid("8BC3F05E-D86B-11d0-A075-00C04FB68820") |