summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Repository.inl')
-rw-r--r--ace/Service_Repository.inl9
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/Service_Repository.inl b/ace/Service_Repository.inl
index f6e13326eab..2ecf2de05fa 100644
--- a/ace/Service_Repository.inl
+++ b/ace/Service_Repository.inl
@@ -1,8 +1,7 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
-// Service_Repository.i
-
// Returns a count of the number of currently valid entries (counting
// both resumed and suspended entries).
@@ -11,6 +10,8 @@
#include "ace/Thread_Mutex.h"
#endif /* ACE_MT_SAFE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE int
ACE_Service_Repository::current_size (void) const
{
@@ -34,3 +35,5 @@ ACE_INLINE
ACE_Service_Repository_Iterator::~ACE_Service_Repository_Iterator (void)
{
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL