summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Unknown_User_Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Unknown_User_Exception.h')
-rw-r--r--TAO/tao/DynamicInterface/Unknown_User_Exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.h b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
index 8cd745ec930..d1ccb9f95a9 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.h
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.h
@@ -59,7 +59,7 @@ public:
CORBA_UnknownUserException (void);
/// Constructor.
- CORBA_UnknownUserException (CORBA_Any& exception);
+ CORBA_UnknownUserException (CORBA::Any& exception);
/// Copy constructor.
CORBA_UnknownUserException (const CORBA_UnknownUserException& e);
@@ -68,7 +68,7 @@ public:
virtual ~CORBA_UnknownUserException (void);
/// Return the any containing the user exception.
- CORBA_Any& exception (void);
+ CORBA::Any& exception (void);
/// To throw an UnknownUserException of this type.
virtual void _raise (void);
@@ -92,7 +92,7 @@ public:
private:
/// Holder for the actual exception.
- CORBA_Any *exception_;
+ CORBA::Any *exception_;
};
#include "ace/post.h"