summaryrefslogtreecommitdiff
path: root/TAO/tao/FILE_Parser.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-07 09:48:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-07 09:48:21 +0000
commit9f0ba2f93c81da8e8d3c8c24dcd2fddfae31bb0c (patch)
tree043db32e450748251b4380d574085a7d78c23f0a /TAO/tao/FILE_Parser.h
parent86ce60db1b9368b8e390914bc6c65f7828f165bb (diff)
downloadATCD-9f0ba2f93c81da8e8d3c8c24dcd2fddfae31bb0c.tar.gz
Tue Aug 7 09:46:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/FILE_Parser.h')
-rw-r--r--TAO/tao/FILE_Parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/FILE_Parser.h b/TAO/tao/FILE_Parser.h
index 0c8afd7be9a..fb933d788b8 100644
--- a/TAO/tao/FILE_Parser.h
+++ b/TAO/tao/FILE_Parser.h
@@ -23,6 +23,8 @@
#include "tao/IOR_Parser.h"
+#if (TAO_HAS_FILE_PARSER == 1)
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/**
@@ -53,5 +55,7 @@ TAO_END_VERSIONED_NAMESPACE_DECL
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_FILE_Parser)
ACE_FACTORY_DECLARE (TAO, TAO_FILE_Parser)
+#endif /* TAO_HAS_FILE_PARSER == 1 */
+
#include /**/ "ace/post.h"
#endif /* TAO_FILE_PARSER_H */