summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 14:53:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 14:53:41 +0000
commitc76eff33898ae301a3a679d2415c9eae1506ace1 (patch)
treecd54ffdc1339736a2444e4d6670cc6e1ae0a63fe /TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
parent7413492fb84af0431e37e30ed5e5f40dd5083b39 (diff)
downloadATCD-c76eff33898ae301a3a679d2415c9eae1506ace1.tar.gz
ChangeLogTag:Thu Aug 28 07:41:58 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/Unknown_User_Exception.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Unknown_User_Exception.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
index 4692ab7643a..718ca6bb073 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
@@ -2,6 +2,8 @@
#include "Unknown_User_Exception.h"
#include "tao/Any.h"
+#include "tao/Environment.h"
+
ACE_RCSID (DynamicInterface,
Unknown_User_Exception,
@@ -10,7 +12,7 @@ ACE_RCSID (DynamicInterface,
CORBA::UnknownUserException::UnknownUserException (void)
: CORBA::UserException ("IDL:omg.org/CORBA/UnknownUserException:1.0",
- "UnknownUserException"),
+ "UnknownUserException"),
exception_ (0)
{
}