summaryrefslogtreecommitdiff
path: root/ace/Service_Object.i
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-28 11:08:38 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-28 11:08:38 +0000
commit1e426a1306cb6372b37f97860d50b57a4107ffd3 (patch)
tree8898ee731d4538958b8173be1b9d4bf059812ac0 /ace/Service_Object.i
parent6b76defe4b0944dc5dd47f577c2ade43d6975084 (diff)
downloadATCD-1e426a1306cb6372b37f97860d50b57a4107ffd3.tar.gz
ChangeLogTag:Tue May 28 10:47:50 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/Service_Object.i')
-rw-r--r--ace/Service_Object.i14
1 files changed, 0 insertions, 14 deletions
diff --git a/ace/Service_Object.i b/ace/Service_Object.i
index 48f847d523b..5e1b7ae475e 100644
--- a/ace/Service_Object.i
+++ b/ace/Service_Object.i
@@ -34,13 +34,6 @@ ACE_Service_Type::type (void) const
return this->type_;
}
-ACE_INLINE ACE_SHLIB_HANDLE
-ACE_Service_Type::handle (void) const
-{
- ACE_TRACE ("ACE_Service_Type::handle");
- return this->handle_;
-}
-
ACE_INLINE void
ACE_Service_Type::type (const ACE_Service_Type_Impl *o, int enabled)
{
@@ -49,13 +42,6 @@ ACE_Service_Type::type (const ACE_Service_Type_Impl *o, int enabled)
((ACE_Service_Type *) this)->active_ = enabled;
}
-ACE_INLINE void
-ACE_Service_Type::handle (const ACE_SHLIB_HANDLE h)
-{
- ACE_TRACE ("ACE_Service_Type::handle");
- this->handle_ = h;
-}
-
ACE_INLINE int
ACE_Service_Type::active (void) const
{