summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Service_Types.h')
-rw-r--r--ACE/ace/Service_Types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/Service_Types.h b/ACE/ace/Service_Types.h
index 922abee6a8d..998cf16ed48 100644
--- a/ACE/ace/Service_Types.h
+++ b/ACE/ace/Service_Types.h
@@ -37,7 +37,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Export ACE_Service_Type_Impl
{
public:
- // = Initialization and termination methods.
ACE_Service_Type_Impl (void *object,
const ACE_TCHAR *s_name,
u_int flags = 0,
@@ -102,7 +101,6 @@ protected:
class ACE_Export ACE_Service_Object_Type : public ACE_Service_Type_Impl
{
public:
- // = Initialization method.
ACE_Service_Object_Type (void *so,
const ACE_TCHAR *name,
u_int flags = 0,
@@ -132,7 +130,6 @@ private:
class ACE_Export ACE_Module_Type : public ACE_Service_Type_Impl
{
public:
- // = Initialization method.
ACE_Module_Type (void *m, // Really an ACE_Module *.
const ACE_TCHAR *identifier,
u_int flags = 0,
@@ -173,7 +170,6 @@ private:
class ACE_Export ACE_Stream_Type : public ACE_Service_Type_Impl
{
public:
- // = Initialization method.
ACE_Stream_Type (void *s, // Really an ACE_Stream *.
const ACE_TCHAR *identifier,
u_int flags = 0,