diff options
Diffstat (limited to 'TAO/tao/DynamicInterface/Unknown_User_Exception.cpp')
-rw-r--r-- | TAO/tao/DynamicInterface/Unknown_User_Exception.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp index bcc01200d6a..7c7326dd688 100644 --- a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp +++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp @@ -18,6 +18,7 @@ ACE_RCSID (DynamicInterface, Unknown_User_Exception, "$Id$") +TAO_BEGIN_VERSIONED_NAMESPACE_DECL CORBA::UnknownUserException::UnknownUserException (void) : CORBA::UserException ("IDL:omg.org/CORBA/UnknownUserException:1.0", @@ -134,3 +135,5 @@ namespace CORBA CORBA::TypeCode_ptr const _tc_UnknownUserException = &TAO::TypeCode::tc_UnknownUserException; } + +TAO_END_VERSIONED_NAMESPACE_DECL |