summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Factory.h')
-rw-r--r--TAO/tao/UIOP_Factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/UIOP_Factory.h b/TAO/tao/UIOP_Factory.h
index 17b5e1d8f40..aa79e57a1af 100644
--- a/TAO/tao/UIOP_Factory.h
+++ b/TAO/tao/UIOP_Factory.h
@@ -6,7 +6,7 @@
// TAO
//
// = FILENAME
-// Protocol_Factory.h
+// UIOP_Factory.h
//
// = AUTHOR
// Fred Kuhns <fredk@cs.wustl.edu>
@@ -19,7 +19,7 @@
#include "tao/Protocol_Factory.h"
-# if defined (TAO_HAS_UIOP)
+# if TAO_HAS_UIOP == 1
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -64,6 +64,6 @@ private:
ACE_STATIC_SVC_DECLARE (TAO_UIOP_Protocol_Factory)
ACE_FACTORY_DECLARE (TAO, TAO_UIOP_Protocol_Factory)
-# endif /* TAO_HAS_UIOP */
+# endif /* TAO_HAS_UIOP == 1 */
#endif /* TAO_UIOP_FACTORY_H */