summaryrefslogtreecommitdiff
path: root/TAO/tao/POA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/POA.h')
-rw-r--r--TAO/tao/POA.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/POA.h b/TAO/tao/POA.h
index a95c44082fb..153078d182b 100644
--- a/TAO/tao/POA.h
+++ b/TAO/tao/POA.h
@@ -17,8 +17,8 @@
//
// ============================================================================
-#if !defined (POA_H)
-#define POA_H
+#ifndef TAO_POA_H
+#define TAO_POA_H
// CORBA
#include "tao/corba.h"
@@ -948,4 +948,4 @@ protected:
# include "tao/POA.i"
#endif /* __ACE_INLINE__ */
-#endif /* POA_H */
+#endif /* TAO_POA_H */