diff options
Diffstat (limited to 'python/modules/IcePy/Init.cpp')
-rw-r--r-- | python/modules/IcePy/Init.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/modules/IcePy/Init.cpp b/python/modules/IcePy/Init.cpp index 35caf6a9e15..fe1db336962 100644 --- a/python/modules/IcePy/Init.cpp +++ b/python/modules/IcePy/Init.cpp @@ -15,6 +15,7 @@ #include <Connection.h> #include <ConnectionInfo.h> #include <Current.h> +#include <Dispatcher.h> #include <Endpoint.h> #include <EndpointInfo.h> #include <ImplicitContext.h> @@ -184,6 +185,10 @@ initIcePy(void) { INIT_RETURN; } + if(!initDispatcher(module)) + { + INIT_RETURN; + } if(!initBatchRequest(module)) { INIT_RETURN; |