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, 5 insertions, 1 deletions
diff --git a/TAO/tao/UserException.cpp b/TAO/tao/UserException.cpp
index 0e382b85985..638f895b362 100644
--- a/TAO/tao/UserException.cpp
+++ b/TAO/tao/UserException.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "UserException.h"
+#include "tao/UserException.h"
#include "ace/SString.h"
#include "ace/OS_NS_string.h"
@@ -14,6 +14,8 @@ ACE_RCSID (tao,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Virtual. Do not inline.
CORBA::UserException::~UserException (void)
{
@@ -44,3 +46,5 @@ CORBA::UserException::_info (void) const
user_exception_info += "'";
return user_exception_info;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL