diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-24 08:08:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-24 08:08:52 +0000 |
commit | 8b6d98b4327a3b79f86235e821fb82919f6263b2 (patch) | |
tree | 7d5c84cb940ce0d247694fbc2f73088ff838791a /ACE/ace/Service_Object.inl | |
parent | 999c60c1e6938cbeee1c74705ed2f1822509a3ba (diff) | |
download | ATCD-8b6d98b4327a3b79f86235e821fb82919f6263b2.tar.gz |
Thu Aug 24 08:08:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Service_Object.inl')
-rw-r--r-- | ACE/ace/Service_Object.inl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/Service_Object.inl b/ACE/ace/Service_Object.inl index 6740630be70..a675d4e942b 100644 --- a/ACE/ace/Service_Object.inl +++ b/ACE/ace/Service_Object.inl @@ -63,8 +63,7 @@ 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_; } |