summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index 67979dd70ec..d8d4aead193 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -22,8 +22,8 @@
//
// ============================================================================
-#if !defined (CORBA_OBJECT_H)
-# define CORBA_OBJECT_H
+#ifndef TAO_CORBA_OBJECT_H
+# define TAO_CORBA_OBJECT_H
class TAO_ServantBase;
class STUB_Object;
@@ -237,4 +237,4 @@ public:
# include "tao/Object.i"
#endif /* __ACE_INLINE__ */
-#endif /* CORBA_OBJECT_H */
+#endif /* TAO_CORBA_OBJECT_H */