summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commit63165b00e2d667e39e15cf084128d94a563d484e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/DynamicInterface/Unknown_User_Exception.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Unknown_User_Exception.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
index f0dce506ca2..ddbb5fbec54 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
@@ -41,9 +41,9 @@ CORBA_UnknownUserException::exception (void)
int
CORBA_UnknownUserException::_is_a (const char *interface_id) const
{
- return
+ return
((ACE_OS_String::strcmp (interface_id,
- "IDL:omg.org/CORBA/UnknownUserException:1.0")
+ "IDL:omg.org/CORBA/UnknownUserException:1.0")
== 0)
|| CORBA_UserException::_is_a (interface_id));
}
@@ -68,16 +68,16 @@ CORBA_UnknownUserException::_raise (void)
void
CORBA_UnknownUserException::_tao_encode (
- TAO_OutputCDR &,
- CORBA::Environment &ACE_TRY_ENV
+ TAO_OutputCDR &
+ TAO_ENV_ARG_DECL
) const
{
ACE_THROW (CORBA::MARSHAL ());
}
void
-CORBA_UnknownUserException::_tao_decode (TAO_InputCDR &,
- CORBA::Environment &ACE_TRY_ENV)
+CORBA_UnknownUserException::_tao_decode (TAO_InputCDR &
+ TAO_ENV_ARG_DECL)
{
ACE_THROW (CORBA::MARSHAL ());
}