summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Upcall_Command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Upcall_Command.cpp')
-rw-r--r--TAO/tao/PortableServer/Upcall_Command.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Upcall_Command.cpp b/TAO/tao/PortableServer/Upcall_Command.cpp
index ebfa73dac9b..dd6b7d8e85f 100644
--- a/TAO/tao/PortableServer/Upcall_Command.cpp
+++ b/TAO/tao/PortableServer/Upcall_Command.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "Upcall_Command.h"
+#include "tao/PortableServer/Upcall_Command.h"
ACE_RCSID (PortableServer,
@@ -8,6 +8,10 @@ ACE_RCSID (PortableServer,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO::Upcall_Command::~Upcall_Command (void)
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL