summaryrefslogtreecommitdiff
path: root/ace/Init_ACE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Init_ACE.cpp')
-rw-r--r--ace/Init_ACE.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Init_ACE.cpp b/ace/Init_ACE.cpp
index d1f098438bc..f997c09d4f8 100644
--- a/ace/Init_ACE.cpp
+++ b/ace/Init_ACE.cpp
@@ -7,6 +7,8 @@ ACE_RCSID (ace,
"$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
unsigned int ACE::init_fini_count_ = 0;
int
@@ -39,3 +41,5 @@ ACE::fini (void)
// application!
return -1;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL