summaryrefslogtreecommitdiff
path: root/source4/lib/com/com.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-06 22:37:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:59 -0500
commitdd2aefd56b0968da8b1c4d055bc8c2f30382fb23 (patch)
tree328c4ce52593338ffe6433e7b88098516f389222 /source4/lib/com/com.h
parent77ec3f684dc8563965ae5118ef5549925ea81d0f (diff)
downloadsamba-dd2aefd56b0968da8b1c4d055bc8c2f30382fb23.tar.gz
samba-dd2aefd56b0968da8b1c4d055bc8c2f30382fb23.tar.bz2
samba-dd2aefd56b0968da8b1c4d055bc8c2f30382fb23.zip
r5675: - More DCOM bug fixes
- Keep COM and DCOM more seperated (This used to be commit f694f484c422d0c86beb58e8f62f134f8676d5e1)
Diffstat (limited to 'source4/lib/com/com.h')
-rw-r--r--source4/lib/com/com.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/source4/lib/com/com.h b/source4/lib/com/com.h
index a056d1d9ee..97841e14c3 100644
--- a/source4/lib/com/com.h
+++ b/source4/lib/com/com.h
@@ -25,17 +25,7 @@ struct IUnknown_vtable;
struct com_context
{
- struct {
- const char *domain;
- const char *user;
- const char *password;
- struct dcom_object_exporter {
- uint64_t oxid;
- struct DUALSTRINGARRAY bindings;
- struct dcerpc_pipe *pipe;
- struct dcom_object_exporter *prev, *next;
- } *object_exporters;
- } dcom;
+ struct dcom_client_context *dcom;
};
typedef struct IUnknown *(*get_class_object_function) (const struct GUID *clsid);