summaryrefslogtreecommitdiff
path: root/source4/lib/dcom/common/dcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/dcom/common/dcom.h')
-rw-r--r--source4/lib/dcom/common/dcom.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/lib/dcom/common/dcom.h b/source4/lib/dcom/common/dcom.h
index 9c09cc17d9..d8e3797c73 100644
--- a/source4/lib/dcom/common/dcom.h
+++ b/source4/lib/dcom/common/dcom.h
@@ -26,6 +26,7 @@
struct IUnknown_AddRef;
struct IUnknown_Release;
struct IUnknown_QueryInterface;
+struct dcom_interface_p;
struct dcom_context
{
@@ -53,7 +54,9 @@ struct dcom_class
{
const char *prog_id;
struct GUID clsid;
- void (*get_class_object) (struct GUID *iid, void **vtable);
+
+ /* IUnknown */
+ struct dcom_interface_p *class_object;
};
struct dcom_interface