summaryrefslogtreecommitdiff
path: root/TAO/tao/InconsistentTypeCodeC.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-18 05:19:36 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-18 05:19:36 +0000
commitafcc3f6ec6d4dcdd03983fa208b44199c92b9b96 (patch)
tree605e0d93403692da833efa5779163e723afe36c8 /TAO/tao/InconsistentTypeCodeC.h
parentd1b5ddd70e1d08dff59f4819c2905707ba3fb98d (diff)
downloadATCD-afcc3f6ec6d4dcdd03983fa208b44199c92b9b96.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/InconsistentTypeCodeC.h')
-rw-r--r--TAO/tao/InconsistentTypeCodeC.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/tao/InconsistentTypeCodeC.h b/TAO/tao/InconsistentTypeCodeC.h
index 1603e7fb9ef..b826fd382eb 100644
--- a/TAO/tao/InconsistentTypeCodeC.h
+++ b/TAO/tao/InconsistentTypeCodeC.h
@@ -25,6 +25,10 @@
#ifndef TAO_IDL_INCONSISTENTTYPECODEC_H
#define TAO_IDL_INCONSISTENTTYPECODEC_H
+#include "tao/orbconf.h"
+
+#if !defined (TAO_HAS_MINIMUM_CORBA)
+
#include "tao/Exception.h"
#if defined (TAO_EXPORT_MACRO)
@@ -48,11 +52,11 @@ class TAO_Export CORBA_ORB_InconsistentTypeCode : public CORBA::UserException
// function if the typecode argument is neither a basic type nor a
// sequence, enum, array, struct or union.
public:
- CORBA_ORB_InconsistentTypeCode (void);
+ CORBA_ORB_InconsistentTypeCode (void);
// default ctor
- CORBA_ORB_InconsistentTypeCode (const CORBA_ORB_InconsistentTypeCode &);
+ CORBA_ORB_InconsistentTypeCode (const CORBA_ORB_InconsistentTypeCode &);
// copy ctor
- ~CORBA_ORB_InconsistentTypeCode (void);
+ ~CORBA_ORB_InconsistentTypeCode (void);
// dtor
CORBA_ORB_InconsistentTypeCode &operator= (const CORBA_ORB_InconsistentTypeCode &);
@@ -72,4 +76,6 @@ public:
#pragma warning(default:4250)
#endif /* _MSC_VER */
+#endif /* TAO_HAS_MINIMUM_CORBA */
+
#endif /* TAO_IDL_INCONSISTENTTYPECODEC_H */