summaryrefslogtreecommitdiff
path: root/ace/Object_Manager_s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Object_Manager_s.cpp')
-rw-r--r--ace/Object_Manager_s.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/ace/Object_Manager_s.cpp b/ace/Object_Manager_s.cpp
new file mode 100644
index 00000000000..72abca3814f
--- /dev/null
+++ b/ace/Object_Manager_s.cpp
@@ -0,0 +1,13 @@
+// $Id$
+
+#define ACE_BUILD_DLL
+
+#include "ace/Object_Manager.h"
+
+ACE_Object_Manager *ACE_Object_Manager::instance_ = 0;
+
+void *ACE_Object_Manager::preallocated_object[
+ ACE_Object_Manager::ACE_PREALLOCATED_OBJECTS] = { 0 };
+
+void *ACE_Object_Manager::preallocated_array[
+ ACE_Object_Manager::ACE_PREALLOCATED_ARRAYS] = { 0 };