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