summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Loader.cpp')
-rw-r--r--TAO/tao/Object_Loader.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/Object_Loader.cpp b/TAO/tao/Object_Loader.cpp
index 5379fa97148..b510b74bcc4 100644
--- a/TAO/tao/Object_Loader.cpp
+++ b/TAO/tao/Object_Loader.cpp
@@ -1,16 +1,13 @@
// $Id$
-#include "tao/Object_Loader.h"
+#include "Object_Loader.h"
+#include "ace/Dynamic_Service.h"
ACE_RCSID (tao,
Object_Loader,
"$Id$")
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_Object_Loader::~TAO_Object_Loader (void)
{
}
-TAO_END_VERSIONED_NAMESPACE_DECL