summaryrefslogtreecommitdiff
path: root/ace/Service_Object.i
diff options
context:
space:
mode:
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
{