summaryrefslogtreecommitdiff
path: root/ace/Service_Config.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-19 09:11:03 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-19 09:11:03 +0000
commita2e2f45052399dd019ca5a3761445ec947bd54e6 (patch)
treed9d4aef2560d545313423c06c21072e59b588927 /ace/Service_Config.h
parent145b4ab298bf86b70d13736606751d11aaa21015 (diff)
downloadATCD-a2e2f45052399dd019ca5a3761445ec947bd54e6.tar.gz
CE stuff.
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r--ace/Service_Config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index c2c87818ed7..3cd1222727b 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -241,6 +241,15 @@ public:
// Totally remove <svc_name> from the daemon by removing it
// from the ACE_Reactor, and unlinking it if necessary.
+#if defined (ACE_HAS_WINCE)
+ // We must provide these function to bridge Svc_Conf parser with ACE.
+ static int initialize (const ACE_Service_Type *, char parameters[]);
+ static int initialize (const char svc_name[], char parameters[]);
+ static int resume (const char svc_name[]);
+ static int suspend (const char svc_name[]);
+ static int remove (const char svc_name[]);
+#endif /* ACE_HAS_WINCE */
+
void dump (void) const;
// Dump the state of an object.