summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-04-02 01:55:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-04-02 01:55:56 +0000
commitd98be85772ff8e09f02c18d0f2ad97a47f313507 (patch)
treed7fa7fd42adf3ea6a0bfa4a9898da212f1a6c3c9 /ace/Service_Object.h
parent8d4799b1e3654714db575d657d3e819c78d40a5b (diff)
downloadATCD-d98be85772ff8e09f02c18d0f2ad97a47f313507.tar.gz
Reverted some of the -Weffc++ changes I made.
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index 28179f828d9..0c73e2c20af 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -105,12 +105,6 @@ public:
// Declare the dynamic allocation hooks.
private:
- ACE_Service_Type (const ACE_Service_Type &);
- ACE_Service_Type & operator= (const ACE_Service_Type & rhs);
- // Explicitly disallow use of implicitly generated copy
- // constructor and assignment operator to prevent inadvertent
- // memory leaks.
-
const ASYS_TCHAR *name_;
// Humanly readible name of svc.
@@ -158,12 +152,6 @@ public:
// Smart pointer to access the underlying <ACE_Service_Object>.
private:
- // ACE_Service_Object_Ptr (const ACE_Service_Object_Ptr &);
- ACE_Service_Object_Ptr & operator= (const ACE_Service_Object_Ptr & rhs);
- // Explicitly disallow use of implicitly generated copy
- // constructor and assignment operator to prevent inadvertent
- // memory leaks.
-
ACE_Service_Object *service_object_;
// Holds the service object until we're done.
};