summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Object.inl
diff options
context:
space:
mode:
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_;
}