summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-08-23 07:53:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-08-23 07:53:43 +0000
commit19dbfef5cdb6d06b6d53891f25ecadd0196b53cc (patch)
tree13272186c51c5b0b7cb7f0ce3f99b0d080c0c15a
parent9db158f3dc90b3ffad32ab3df9f38f095dead408 (diff)
downloadATCD-19dbfef5cdb6d06b6d53891f25ecadd0196b53cc.tar.gz
ChangeLogTag:Mon Aug 22 21:33:37 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/tao/ParameterModeC.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/ParameterModeC.h b/TAO/tao/ParameterModeC.h
index ecb958b90bf..e2751ebf4e4 100644
--- a/TAO/tao/ParameterModeC.h
+++ b/TAO/tao/ParameterModeC.h
@@ -34,13 +34,13 @@
#include /**/ "ace/pre.h"
-#include "ace/config-all.h"
+#include "tao/TAO_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/TAO_Export.h"
+#include "tao/Basic_Types.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
@@ -59,6 +59,9 @@
// TAO_IDL - Generated from
// be\be_visitor_module/module_ch.cpp:48
+class TAO_InputCDR;
+class TAO_OutputCDR;
+
namespace CORBA
{