summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Config.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-18 13:00:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-18 13:00:06 +0000
commitf84f00f6fd5391254cbd0d1dc9b52052858e04ed (patch)
treed60a71b56c048641f267d3c0bb05f70e831917b2 /ACE/ace/Service_Config.cpp
parent1154acf1ec9c5a7364e09c741aadb07587ec3de8 (diff)
downloadATCD-f84f00f6fd5391254cbd0d1dc9b52052858e04ed.tar.gz
Wed Jul 18 12:59:27 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Service_Config.cpp')
-rw-r--r--ACE/ace/Service_Config.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/ACE/ace/Service_Config.cpp b/ACE/ace/Service_Config.cpp
index e3bc298ea2b..1751011af75 100644
--- a/ACE/ace/Service_Config.cpp
+++ b/ACE/ace/Service_Config.cpp
@@ -32,10 +32,10 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @c ACE_Service_Config is supposed to be a Singleton. This is the
* only Configuration Gestalt available for access from static
* initializers at proces start-up time. Using Unmanaged Singleton
- * is safer because (a) the Object Manager may not yet be fully initialized in the
- * context of a static initializer that uses SC, and (b) because we
- * know that upon process exit the SC will still be automaticaly and explicitely closed
- * by @c ACE_Object_Manager::fini().
+ * is safer because (a) the Object Manager may not yet be fully initialized
+ * in the context of a static initializer that uses SC, and (b) because we
+ * know that upon process exit the SC will still be automaticaly and explicitly
+ * closed by @c ACE_Object_Manager::fini().
*/
typedef ACE_Unmanaged_Singleton<ACE_Service_Config,
ACE_SYNCH_RECURSIVE_MUTEX> ACE_SERVICE_CONFIG_SINGLETON;
@@ -323,8 +323,6 @@ ACE_Service_Config::global (void)
return ACE_SERVICE_CONFIG_SINGLETON::instance ();
}
-
-///
int
ACE_Service_Config::insert (ACE_Static_Svc_Descriptor* stsd)
{
@@ -334,7 +332,6 @@ ACE_Service_Config::insert (ACE_Static_Svc_Descriptor* stsd)
// Totally remove <svc_name> from the daemon by removing it from the
// ACE_Reactor, and unlinking it if necessary.
-
int
ACE_Service_Config::remove (const ACE_TCHAR svc_name[])
{