summaryrefslogtreecommitdiff
path: root/TAO/tao/UserException.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UserException.cpp')
-rw-r--r--TAO/tao/UserException.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/UserException.cpp b/TAO/tao/UserException.cpp
index 638f895b362..0e382b85985 100644
--- a/TAO/tao/UserException.cpp
+++ b/TAO/tao/UserException.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "tao/UserException.h"
+#include "UserException.h"
#include "ace/SString.h"
#include "ace/OS_NS_string.h"
@@ -14,8 +14,6 @@ ACE_RCSID (tao,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Virtual. Do not inline.
CORBA::UserException::~UserException (void)
{
@@ -46,5 +44,3 @@ CORBA::UserException::_info (void) const
user_exception_info += "'";
return user_exception_info;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL