diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-07 09:48:21 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-07 09:48:21 +0000 |
commit | 9f0ba2f93c81da8e8d3c8c24dcd2fddfae31bb0c (patch) | |
tree | 043db32e450748251b4380d574085a7d78c23f0a /TAO/tao/FILE_Parser.cpp | |
parent | 86ce60db1b9368b8e390914bc6c65f7828f165bb (diff) | |
download | ATCD-9f0ba2f93c81da8e8d3c8c24dcd2fddfae31bb0c.tar.gz |
Tue Aug 7 09:46:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/FILE_Parser.cpp')
-rw-r--r-- | TAO/tao/FILE_Parser.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/FILE_Parser.cpp b/TAO/tao/FILE_Parser.cpp index efaff505eb1..ac6bc32c4a3 100644 --- a/TAO/tao/FILE_Parser.cpp +++ b/TAO/tao/FILE_Parser.cpp @@ -1,22 +1,22 @@ // $Id$ #include "tao/FILE_Parser.h" + +#if (TAO_HAS_FILE_PARSER == 1) + #include "tao/ORB.h" #include "tao/Object.h" #include "ace/Read_Buffer.h" - #include "ace/Malloc_Base.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_string.h" - ACE_RCSID (tao, FILE_Parser, "$Id$") - static const char file_prefix[] = "file:"; TAO_BEGIN_VERSIONED_NAMESPACE_DECL @@ -83,3 +83,5 @@ ACE_STATIC_SVC_DEFINE (TAO_FILE_Parser, ACE_FACTORY_DEFINE (TAO, TAO_FILE_Parser) +#endif /* TAO_HAS_FILE_PARSER == 1 */ + |