summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Object.inl
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-22 22:32:10 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-22 22:32:10 +0000
commit3129e5b4c8e89ce523cc6b0bfaa9d097cd2e8e43 (patch)
tree7d83c5cc3c5f74047b9ef544baa07de6f21f1c4a /ACE/ace/Service_Object.inl
parent04b751d89846eff8c416cecc8a59ae8353f63ce8 (diff)
downloadATCD-3129e5b4c8e89ce523cc6b0bfaa9d097cd2e8e43.tar.gz
ChangeLogTag: Tue Aug 22 21:43:34 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'ACE/ace/Service_Object.inl')
-rw-r--r--ACE/ace/Service_Object.inl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/Service_Object.inl b/ACE/ace/Service_Object.inl
index a675d4e942b..6740630be70 100644
--- a/ACE/ace/Service_Object.inl
+++ b/ACE/ace/Service_Object.inl
@@ -63,7 +63,8 @@ ACE_Service_Type::fini_called (void) const
return this->fini_already_called_;
}
-ACE_INLINE const ACE_DLL & ACE_Service_Type::dll () const
+ACE_INLINE const ACE_DLL &
+ACE_Service_Type::dll () const
{
return this->dll_;
}