summaryrefslogtreecommitdiff
path: root/TAO/tao/WrongTransactionC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/WrongTransactionC.h')
-rw-r--r--TAO/tao/WrongTransactionC.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/WrongTransactionC.h b/TAO/tao/WrongTransactionC.h
index 580b5885ff0..fde14558f42 100644
--- a/TAO/tao/WrongTransactionC.h
+++ b/TAO/tao/WrongTransactionC.h
@@ -21,13 +21,13 @@
#ifndef TAO_IDL_WRONG_TRANSACTIONC_H
#define TAO_IDL_WRONG_TRANSACTIONC_H
-#include "tao/orbconf.h"
+#include "tao/corbafwd.h"
-#if !defined (TAO_HAS_MINIMUM_CORBA)
+#if ! defined (TAO_HAS_MINIMUM_CORBA)
-#include "tao/corbafwd.h"
#include "tao/Exception.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
@@ -36,7 +36,7 @@
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif
-#define TAO_EXPORT_MACRO
+#define TAO_EXPORT_MACRO
#if defined(_MSC_VER)
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -51,7 +51,7 @@ class TAO_Export CORBA_WrongTransaction : public CORBA::UserException
// associated with a transaction and is found to have an
// error in its parameters when checked at runtime (invocation).
public:
-
+
CORBA_WrongTransaction (void); // default ctor
CORBA_WrongTransaction (const CORBA_WrongTransaction &); // copy ctor
~CORBA_WrongTransaction (void); // dtor
@@ -72,6 +72,6 @@ public:
#pragma warning(default:4250)
#endif /* _MSC_VER */
-#endif /* TAO_HAS_MINIMUM_CORBA */
+#endif /* ! defined TAO_HAS_MINIMUM_CORBA */
#endif /* ifndef TAO_IDL_WRONG_TRANSACTIONC_H */