summaryrefslogtreecommitdiff
path: root/TAO/tao/poa_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/poa_macros.h')
-rw-r--r--TAO/tao/poa_macros.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/poa_macros.h b/TAO/tao/poa_macros.h
index d1bfe9c6b36..b1f40199ee4 100644
--- a/TAO/tao/poa_macros.h
+++ b/TAO/tao/poa_macros.h
@@ -1,7 +1,7 @@
// $Id$
-#if !defined (POA_MACROS_H)
-#define POA_MACROS_H
+#ifndef TAO_POA_MACROS_H
+#define TAO_POA_MACROS_H
#include "tao/try_macros.h"
@@ -18,4 +18,4 @@
#define TAO_POA_READ_GUARD_RETURN(MUTEX,OBJ,LOCK,RETURN,ENV) \
TAO_READ_GUARD_THROW_RETURN(MUTEX,OBJ,LOCK,RETURN,ENV,CORBA::OBJ_ADAPTER (CORBA::COMPLETED_NO))
-#endif /* POA_MACROS_H */
+#endif /* TAO_POA_MACROS_H */