summaryrefslogtreecommitdiff
path: root/ace/Service_Object.inl
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-25 14:50:35 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-25 14:50:35 +0000
commite8d586bcbfce0796c32729f8234a74ca44a5a5c4 (patch)
tree356d769b03b841385f42657ccfeada07ce730320 /ace/Service_Object.inl
parente63d4e617c903edc335ef8b246371e71f8d203f2 (diff)
downloadATCD-e8d586bcbfce0796c32729f8234a74ca44a5a5c4.tar.gz
ChangeLogTag: Fri Sep 22 21:02:58 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>bug2612-ace
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