summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/dispatchprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch/dispatchprovider.hxx')
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index 52d44e0230..20f0d5becc 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -76,8 +76,6 @@ namespace framework{
@descr We know some special dispatch objects with diffrent functionality.
The can be created internaly by the following DispatchProvider.
Here we define some identifier to force creation of the right one.
-
- @modified 20.08.2003 08:34, as96863
*/
enum EDispatchHelper
{
@@ -87,7 +85,8 @@ enum EDispatchHelper
E_CREATEDISPATCHER ,
E_BLANKDISPATCHER ,
E_SELFDISPATCHER ,
- E_CLOSEDISPATCHER
+ E_CLOSEDISPATCHER ,
+ E_STARTMODULEDISPATCHER
};
//_________________________________________________________________________________________________________________