summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Object_Manager.cpp')
-rw-r--r--ace/Object_Manager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp
index 8deaf31ec3d..500bcde38b9 100644
--- a/ace/Object_Manager.cpp
+++ b/ace/Object_Manager.cpp
@@ -257,6 +257,9 @@ ACE_Object_Manager::init (void)
// been initialized.
object_manager_state_ = OBJ_MAN_INITIALIZED;
+ // Allow tracing again (useful if user does init/fini/init)
+ ACE_Trace::start_tracing ();
+
return 0;
} else {
// Had already initialized.