summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2003-05-20 17:55:26 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2003-05-20 17:55:26 +0000
commit43819e50ba0e53e5a7737087df4cd45e7cbe0738 (patch)
tree18290b6436cb70de17a168eed10f7055480b92f9 /TAO/tao/Exception.cpp
parente0a86f386675170b22e81ccc059d125626f90a05 (diff)
downloadATCD-43819e50ba0e53e5a7737087df4cd45e7cbe0738.tar.gz
ChangeLog tag: Tue May 20 12:43:58 2003 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index 25ddb7bfe30..721cdcc55a5 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -15,10 +15,6 @@
#include "tao/ORB_Core.h"
#include "tao/Dynamic_Adapter.h"
-#if defined(ACE_MVS)
-#include "ace/Codeset_IBM1047.h"
-#endif /* ACE_MVS */
-
#if !defined (__ACE_INLINE__)
# include "tao/Exception.i"
#endif /* __ACE_INLINE__ */
@@ -872,28 +868,12 @@ TAO_Exceptions::make_unknown_user_typecode (CORBA::TypeCode_ptr &tcp
ACE_ENV_ARG_DECL)
{
// Create the TypeCode for the CORBA::UnknownUserException.
-
-#if defined(ACE_MVS)
- // @@ We need to use a translator to make sure that all TypeCodes
- // are stored in ISO8859 form, the problem is that this hack does
- // not scale as more native sets have to be supported
-
- ACE_IBM1047_ISO8859 translator;
- TAO_OutputCDR stream (0,
- ACE_CDR_BYTE_ORDER,
- TAO_Exceptions::global_allocator_,
- TAO_Exceptions::global_allocator_,
- TAO_Exceptions::global_allocator_,
- ACE_DEFAULT_CDR_MEMCPY_TRADEOFF,
- &translator);
-#else
TAO_OutputCDR stream (0,
ACE_CDR_BYTE_ORDER,
TAO_Exceptions::global_allocator_,
TAO_Exceptions::global_allocator_,
TAO_Exceptions::global_allocator_,
ACE_DEFAULT_CDR_MEMCPY_TRADEOFF);
-#endif /* ACE_MVS */
const char *interface_id =
"IDL:omg.org/CORBA/UnknownUserException:1.0";