summaryrefslogtreecommitdiff
path: root/ace/Service_Object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Object.inl')
-rw-r--r--ace/Service_Object.inl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/Service_Object.inl b/ace/Service_Object.inl
index a675d4e942b..5e58bc57588 100644
--- a/ace/Service_Object.inl
+++ b/ace/Service_Object.inl
@@ -65,8 +65,15 @@ ACE_Service_Type::fini_called (void) const
ACE_INLINE const ACE_DLL & ACE_Service_Type::dll () const
{
+ ACE_TRACE ("ACE_Service_Type::dll");
return this->dll_;
}
+ACE_INLINE void ACE_Service_Type::dll (const ACE_DLL &adll)
+{
+ ACE_TRACE ("ACE_Service_Type::dll");
+ this->dll_ = adll;
+}
+
ACE_END_VERSIONED_NAMESPACE_DECL