diff options
Diffstat (limited to 'ace/Service_Repository.cpp')
-rw-r--r-- | ace/Service_Repository.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Service_Repository.cpp b/ace/Service_Repository.cpp index c872df591ff..81feb3b233e 100644 --- a/ace/Service_Repository.cpp +++ b/ace/Service_Repository.cpp @@ -17,6 +17,8 @@ ACE_RCSID (ace, Service_Repository, "$Id$") +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_ALLOC_HOOK_DEFINE(ACE_Service_Repository) // Process-wide Service Repository. @@ -442,3 +444,5 @@ ACE_Service_Repository_Iterator::advance (void) return this->next_ < this->svc_rep_.current_size_; } + +ACE_END_VERSIONED_NAMESPACE_DECL |