00001 // -*- C++ -*- 00002 // Notify_Extensions.h,v 1.10 2006/03/14 06:14:34 jtc Exp 00003 00004 #ifndef TAO_NOTIFY_EXTENSIONS_H 00005 #define TAO_NOTIFY_EXTENSIONS_H 00006 00007 #include /**/ "ace/pre.h" 00008 00009 #include "orbsvcs/Notify/notify_export.h" 00010 00011 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00012 # pragma once 00013 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00014 00015 #include "tao/orbconf.h" 00016 00017 #if defined (TAO_EXPORT_MACRO) 00018 # undef TAO_EXPORT_MACRO 00019 #endif /* TAO_EXPORT_MACRO */ 00020 #define TAO_EXPORT_MACRO TAO_Notify_Export 00021 00022 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00023 00024 namespace TAO_Notify_Extensions 00025 { 00026 TAO_NAMESPACE_STORAGE_CLASS const char BlockingPolicy[]; 00027 } 00028 00029 TAO_END_VERSIONED_NAMESPACE_DECL 00030 00031 #include /**/ "ace/post.h" 00032 00033 #endif /* TAO_NOTIFY_EXTENSIONS_H */