00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef TAO_Notify_RT_POA_Helper_H
00012 #define TAO_Notify_RT_POA_Helper_H
00013 #include "ace/pre.h"
00014
00015 #include "orbsvcs/Notify/rt_notify_export.h"
00016
00017 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00018 # pragma once
00019 #endif
00020
00021 #include "orbsvcs/Notify/POA_Helper.h"
00022 #include "orbsvcs/NotifyExtC.h"
00023
00024 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00025
00026
00027
00028
00029
00030
00031
00032 class TAO_RT_Notify_Export TAO_Notify_RT_POA_Helper : public TAO_Notify_POA_Helper
00033 {
00034 public:
00035
00036 ~TAO_Notify_RT_POA_Helper ();
00037
00038
00039
00040 void init (PortableServer::POA_ptr parent_poa, const char* poa_name, const NotifyExt::ThreadPoolParams& tp_params ACE_ENV_ARG_DECL);
00041
00042
00043
00044 void init (PortableServer::POA_ptr parent_poa, const NotifyExt::ThreadPoolParams& tp_params ACE_ENV_ARG_DECL);
00045
00046
00047
00048 void init (PortableServer::POA_ptr parent_poa, const char* poa_name,
00049 const NotifyExt::ThreadPoolLanesParams& tpl_params ACE_ENV_ARG_DECL);
00050
00051
00052
00053 void init (PortableServer::POA_ptr parent_poa, const NotifyExt::ThreadPoolLanesParams& tpl_params ACE_ENV_ARG_DECL);
00054
00055
00056
00057 void init (PortableServer::POA_ptr parent_poa ACE_ENV_ARG_DECL);
00058 };
00059
00060 TAO_END_VERSIONED_NAMESPACE_DECL
00061
00062 #include "ace/post.h"
00063 #endif