summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/CDR.h
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index d3f75c4d353..1dd62593f70 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -63,11 +63,6 @@ class TAO_ORB_Core;
class TAO_GIOP_Fragmentation_Strategy;
class TAO_Stub;
-namespace CORBA
-{
- class Environment;
-}
-
/**
* @class TAO_OutputCDR
*
@@ -167,8 +162,8 @@ public:
// strings and wstrings?
// = TAO specific methods.
- static void throw_stub_exception (int error_num ACE_ENV_ARG_DECL);
- static void throw_skel_exception (int error_num ACE_ENV_ARG_DECL);
+ static void throw_stub_exception (int error_num);
+ static void throw_skel_exception (int error_num);
/**
* @name Outgoing GIOP Fragment Related Methods
@@ -385,8 +380,8 @@ public:
clr_mb_flags( ACE_Message_Block::Message_Flags less_flags );
// = TAO specific methods.
- static void throw_stub_exception (int error_num ACE_ENV_ARG_DECL);
- static void throw_skel_exception (int error_num ACE_ENV_ARG_DECL);
+ static void throw_stub_exception (int error_num);
+ static void throw_skel_exception (int error_num);
private:
/// The ORB_Core, required to extract object references.