summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-10 14:26:42 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-10 14:26:42 +0000
commitdef062b01b80a4b0c7963b367eea1ec1e3816c78 (patch)
treee610063c5af218d4030bb5ca8b8bd450cb9c8949 /TAO/tao/debug.cpp
parent01be99728d1a62497a7e03cc04a90499e2a9d251 (diff)
downloadATCD-def062b01b80a4b0c7963b367eea1ec1e3816c78.tar.gz
CORBA_ to CORBA:: transformation. All files changed.
Diffstat (limited to 'TAO/tao/debug.cpp')
-rw-r--r--TAO/tao/debug.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/tao/debug.cpp b/TAO/tao/debug.cpp
index 943bacc83c8..29b4083f6ed 100644
--- a/TAO/tao/debug.cpp
+++ b/TAO/tao/debug.cpp
@@ -11,8 +11,12 @@
//
// XXX on Windows, make it always use OutputDebugString () instead of stdio
+#if 0
#include "tao/orb.h"
#include "tao/debug.h"
+#endif
+
+#include "tao/corba.h"
#if !defined (ACE_HAS_PTHREADS) // _POSIX_THREAD_SAFE_FUNCTIONS implied
#define flockfile(f)
@@ -192,10 +196,10 @@ dmsg_v (const char *_FAR fmt,
}
void ACE_Svc_Export
-_dmsg_x (CORBA_Environment _FAR &env,
+_dmsg_x (CORBA::Environment _FAR &env,
const char *_FAR info)
{
- const CORBA_Exception *ex = env.exception ();
+ const CORBA::Exception *ex = env.exception ();
setup ();
flockfile (debug_stream);
@@ -203,7 +207,7 @@ _dmsg_x (CORBA_Environment _FAR &env,
ACE_OS::fprintf (debug_stream, "exception '%s' at '%s'\n", ex->id (), info);
if (env.exception_type () == SYSTEM_EXCEPTION)
{
- CORBA_SystemException *sysex = (CORBA_SystemException *) ex;
+ CORBA::SystemException *sysex = (CORBA::SystemException *) ex;
emit_prefix (debug_stream);
ACE_OS::fprintf (debug_stream, "minor %#lx, completion %#lx\n",