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/MCAST_Parser.h | |
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/MCAST_Parser.h')
-rw-r--r-- | TAO/tao/MCAST_Parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/MCAST_Parser.h b/TAO/tao/MCAST_Parser.h index a2ea8c9884f..83b9a5b3cda 100644 --- a/TAO/tao/MCAST_Parser.h +++ b/TAO/tao/MCAST_Parser.h @@ -24,7 +24,7 @@ #include "tao/CORBA_String.h" #include "tao/IOR_Parser.h" -#if defined ACE_HAS_IP_MULTICAST +#if (TAO_HAS_MCAST_PARSER == 1) TAO_BEGIN_VERSIONED_NAMESPACE_DECL @@ -105,7 +105,7 @@ TAO_END_VERSIONED_NAMESPACE_DECL ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_MCAST_Parser) ACE_FACTORY_DECLARE (TAO, TAO_MCAST_Parser) -#endif /* ACE_HAS_IP_MULTICAST */ +#endif /* TAO_HAS_MCAST_PARSER == 1 */ #include /**/ "ace/post.h" #endif /* TAO_MCAST_PARSER_H */ |