diff options
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp')
-rw-r--r-- | TAO/CIAO/tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp | 244 |
1 files changed, 124 insertions, 120 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp b/TAO/CIAO/tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp index ae06e292fde..c649330c480 100644 --- a/TAO/CIAO/tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp +++ b/TAO/CIAO/tools/Config_Handlers/RT-CCM/CIAOServerResources.hpp @@ -9,6 +9,10 @@ * Will Otte <wotte@dre.vanderbilt.edu> */ + +// Fixes the VC6 warning 4786. +#include "vc6-4786.h" + // Fix for Borland compilers, which seem to have a broken // <string> include. #ifdef __BORLANDC__ @@ -222,7 +226,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // threadpool - // + // public: typedef ::std::list< ::CIAO::Config_Handlers::ThreadpoolDef >::iterator threadpool_iterator; typedef ::std::list< ::CIAO::Config_Handlers::ThreadpoolDef >::const_iterator threadpool_const_iterator; @@ -237,7 +241,7 @@ namespace CIAO ::std::list< ::CIAO::Config_Handlers::ThreadpoolDef > threadpool_; // threadpoolWithLanes - // + // public: typedef ::std::list< ::CIAO::Config_Handlers::ThreadpoolWithLanesDef >::iterator threadpoolWithLanes_iterator; typedef ::std::list< ::CIAO::Config_Handlers::ThreadpoolWithLanesDef >::const_iterator threadpoolWithLanes_const_iterator; @@ -252,7 +256,7 @@ namespace CIAO ::std::list< ::CIAO::Config_Handlers::ThreadpoolWithLanesDef > threadpoolWithLanes_; // connectionBands - // + // public: typedef ::std::list< ::CIAO::Config_Handlers::ConnectionBandsDef >::iterator connectionBands_iterator; typedef ::std::list< ::CIAO::Config_Handlers::ConnectionBandsDef >::const_iterator connectionBands_const_iterator; @@ -305,7 +309,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // stacksize - // + // public: ::XMLSchema::unsignedLong const& stacksize () const; void stacksize (::XMLSchema::unsignedLong const& ); @@ -314,7 +318,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > stacksize_; // static_threads - // + // public: ::XMLSchema::unsignedLong const& static_threads () const; void static_threads (::XMLSchema::unsignedLong const& ); @@ -323,7 +327,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > static_threads_; // dynamic_threads - // + // public: ::XMLSchema::unsignedLong const& dynamic_threads () const; void dynamic_threads (::XMLSchema::unsignedLong const& ); @@ -332,7 +336,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > dynamic_threads_; // default_priority - // + // public: ::CIAO::Config_Handlers::Priority const& default_priority () const; void default_priority (::CIAO::Config_Handlers::Priority const& ); @@ -341,7 +345,7 @@ namespace CIAO ::std::auto_ptr< ::CIAO::Config_Handlers::Priority > default_priority_; // allow_request_buffering - // + // public: ::XMLSchema::boolean const& allow_request_buffering () const; void allow_request_buffering (::XMLSchema::boolean const& ); @@ -350,7 +354,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::boolean > allow_request_buffering_; // max_buffered_requests - // + // public: ::XMLSchema::unsignedLong const& max_buffered_requests () const; void max_buffered_requests (::XMLSchema::unsignedLong const& ); @@ -359,7 +363,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > max_buffered_requests_; // max_request_buffered_size - // + // public: ::XMLSchema::unsignedLong const& max_request_buffered_size () const; void max_request_buffered_size (::XMLSchema::unsignedLong const& ); @@ -368,7 +372,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > max_request_buffered_size_; // id - // + // public: bool id_p () const; ::XMLSchema::ID< ACE_TCHAR > const& id () const; @@ -404,7 +408,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // threadpoolLane - // + // public: typedef ::std::list< ::CIAO::Config_Handlers::ThreadpoolLaneDef >::iterator threadpoolLane_iterator; typedef ::std::list< ::CIAO::Config_Handlers::ThreadpoolLaneDef >::const_iterator threadpoolLane_const_iterator; @@ -419,7 +423,7 @@ namespace CIAO ::std::list< ::CIAO::Config_Handlers::ThreadpoolLaneDef > threadpoolLane_; // stacksize - // + // public: ::XMLSchema::unsignedLong const& stacksize () const; void stacksize (::XMLSchema::unsignedLong const& ); @@ -428,7 +432,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > stacksize_; // allow_borrowing - // + // public: ::XMLSchema::boolean const& allow_borrowing () const; void allow_borrowing (::XMLSchema::boolean const& ); @@ -437,7 +441,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::boolean > allow_borrowing_; // allow_request_buffering - // + // public: ::XMLSchema::boolean const& allow_request_buffering () const; void allow_request_buffering (::XMLSchema::boolean const& ); @@ -446,7 +450,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::boolean > allow_request_buffering_; // max_buffered_requests - // + // public: ::XMLSchema::unsignedLong const& max_buffered_requests () const; void max_buffered_requests (::XMLSchema::unsignedLong const& ); @@ -455,7 +459,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > max_buffered_requests_; // max_request_buffered_size - // + // public: ::XMLSchema::unsignedLong const& max_request_buffered_size () const; void max_request_buffered_size (::XMLSchema::unsignedLong const& ); @@ -464,7 +468,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > max_request_buffered_size_; // id - // + // public: bool id_p () const; ::XMLSchema::ID< ACE_TCHAR > const& id () const; @@ -498,7 +502,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // static_threads - // + // public: ::XMLSchema::unsignedLong const& static_threads () const; void static_threads (::XMLSchema::unsignedLong const& ); @@ -507,7 +511,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > static_threads_; // dynamic_threads - // + // public: ::XMLSchema::unsignedLong const& dynamic_threads () const; void dynamic_threads (::XMLSchema::unsignedLong const& ); @@ -516,7 +520,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::unsignedLong > dynamic_threads_; // priority - // + // public: ::CIAO::Config_Handlers::Priority const& priority () const; void priority (::CIAO::Config_Handlers::Priority const& ); @@ -546,7 +550,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // band - // + // public: typedef ::std::list< ::CIAO::Config_Handlers::PriorityBandDef >::iterator band_iterator; typedef ::std::list< ::CIAO::Config_Handlers::PriorityBandDef >::const_iterator band_const_iterator; @@ -561,7 +565,7 @@ namespace CIAO ::std::list< ::CIAO::Config_Handlers::PriorityBandDef > band_; // id - // + // public: bool id_p () const; ::XMLSchema::ID< ACE_TCHAR > const& id () const; @@ -591,7 +595,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // low - // + // public: ::XMLSchema::int_ const& low () const; void low (::XMLSchema::int_ const& ); @@ -600,7 +604,7 @@ namespace CIAO ::std::auto_ptr< ::XMLSchema::int_ > low_; // high - // + // public: ::XMLSchema::int_ const& high () const; void high (::XMLSchema::int_ const& ); @@ -629,7 +633,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // priorityModel - // + // public: typedef ::std::list< ::CIAO::Config_Handlers::PriorityModelPolicyDef >::iterator priorityModel_iterator; typedef ::std::list< ::CIAO::Config_Handlers::PriorityModelPolicyDef >::const_iterator priorityModel_const_iterator; @@ -644,7 +648,7 @@ namespace CIAO ::std::list< ::CIAO::Config_Handlers::PriorityModelPolicyDef > priorityModel_; // threadpool - // + // public: typedef ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > >::iterator threadpool_iterator; typedef ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > >::const_iterator threadpool_const_iterator; @@ -659,7 +663,7 @@ namespace CIAO ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > > threadpool_; // priorityBandedConnection - // + // public: typedef ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > >::iterator priorityBandedConnection_iterator; typedef ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > >::const_iterator priorityBandedConnection_const_iterator; @@ -674,7 +678,7 @@ namespace CIAO ::std::list< ::XMLSchema::IDREF< ACE_TCHAR > > priorityBandedConnection_; // id - // + // public: bool id_p () const; ::XMLSchema::ID< ACE_TCHAR > const& id () const; @@ -716,10 +720,10 @@ namespace CIAO Value integral () const; - friend bool RT_CCM_Handlers_Export + friend bool RT_CCM_Handlers_Export operator== (PriorityModel const& a, PriorityModel const& b); - friend bool RT_CCM_Handlers_Export + friend bool RT_CCM_Handlers_Export operator!= (PriorityModel const& a, PriorityModel const& b); private: @@ -739,7 +743,7 @@ namespace CIAO typedef ::XSCRT::Type Base__; // priority_model - // + // public: ::CIAO::Config_Handlers::PriorityModel const& priority_model () const; void priority_model (::CIAO::Config_Handlers::PriorityModel const& ); @@ -748,7 +752,7 @@ namespace CIAO ::std::auto_ptr< ::CIAO::Config_Handlers::PriorityModel > priority_model_; // server_priority - // + // public: bool server_priority_p () const; ::CIAO::Config_Handlers::Priority const& server_priority () const; @@ -1589,13 +1593,13 @@ namespace CIAO { namespace Writer { - struct ServerResourcesDef : Traversal::ServerResourcesDef, + struct ServerResourcesDef : Traversal::ServerResourcesDef, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ServerResourcesDef Type; ServerResourcesDef (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -1606,7 +1610,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void cmdline (Type &o) { @@ -1617,7 +1621,7 @@ namespace CIAO virtual void cmdline (Type const&); - virtual void + virtual void svcconf (Type &o) { @@ -1628,7 +1632,7 @@ namespace CIAO virtual void svcconf (Type const&); - virtual void + virtual void orbConfigs (Type &o) { @@ -1639,7 +1643,7 @@ namespace CIAO virtual void orbConfigs (Type const&); - virtual void + virtual void id (Type &o) { @@ -1654,13 +1658,13 @@ namespace CIAO ServerResourcesDef (); }; - struct ServerCmdlineOptions : Traversal::ServerCmdlineOptions, + struct ServerCmdlineOptions : Traversal::ServerCmdlineOptions, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ServerCmdlineOptions Type; ServerCmdlineOptions (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -1671,7 +1675,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void arg_pre (Type &o) { @@ -1682,7 +1686,7 @@ namespace CIAO virtual void arg_pre (Type const&); - virtual void + virtual void arg_next (Type &o) { @@ -1693,7 +1697,7 @@ namespace CIAO virtual void arg_next (Type const&); - virtual void + virtual void arg_post (Type &o) { @@ -1708,13 +1712,13 @@ namespace CIAO ServerCmdlineOptions (); }; - struct ACESvcConf : Traversal::ACESvcConf, + struct ACESvcConf : Traversal::ACESvcConf, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ACESvcConf Type; ACESvcConf (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -1725,7 +1729,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void uri (Type &o) { @@ -1740,13 +1744,13 @@ namespace CIAO ACESvcConf (); }; - struct ORBConfigs : Traversal::ORBConfigs, + struct ORBConfigs : Traversal::ORBConfigs, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ORBConfigs Type; ORBConfigs (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -1757,7 +1761,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void resources (Type &o) { @@ -1768,7 +1772,7 @@ namespace CIAO virtual void resources (Type const&); - virtual void + virtual void policySet_pre (Type &o) { @@ -1779,7 +1783,7 @@ namespace CIAO virtual void policySet_pre (Type const&); - virtual void + virtual void policySet_next (Type &o) { @@ -1790,7 +1794,7 @@ namespace CIAO virtual void policySet_next (Type const&); - virtual void + virtual void policySet_post (Type &o) { @@ -1805,13 +1809,13 @@ namespace CIAO ORBConfigs (); }; - struct ORBResources : Traversal::ORBResources, + struct ORBResources : Traversal::ORBResources, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ORBResources Type; ORBResources (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -1822,7 +1826,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void threadpool_pre (Type &o) { @@ -1833,7 +1837,7 @@ namespace CIAO virtual void threadpool_pre (Type const&); - virtual void + virtual void threadpool_next (Type &o) { @@ -1844,7 +1848,7 @@ namespace CIAO virtual void threadpool_next (Type const&); - virtual void + virtual void threadpool_post (Type &o) { @@ -1855,7 +1859,7 @@ namespace CIAO virtual void threadpool_post (Type const&); - virtual void + virtual void threadpoolWithLanes_pre (Type &o) { @@ -1866,7 +1870,7 @@ namespace CIAO virtual void threadpoolWithLanes_pre (Type const&); - virtual void + virtual void threadpoolWithLanes_next (Type &o) { @@ -1877,7 +1881,7 @@ namespace CIAO virtual void threadpoolWithLanes_next (Type const&); - virtual void + virtual void threadpoolWithLanes_post (Type &o) { @@ -1888,7 +1892,7 @@ namespace CIAO virtual void threadpoolWithLanes_post (Type const&); - virtual void + virtual void connectionBands_pre (Type &o) { @@ -1899,7 +1903,7 @@ namespace CIAO virtual void connectionBands_pre (Type const&); - virtual void + virtual void connectionBands_next (Type &o) { @@ -1910,7 +1914,7 @@ namespace CIAO virtual void connectionBands_next (Type const&); - virtual void + virtual void connectionBands_post (Type &o) { @@ -1925,13 +1929,13 @@ namespace CIAO ORBResources (); }; - struct Priority : Traversal::Priority, + struct Priority : Traversal::Priority, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::Priority Type; Priority (::XSCRT::XML::Element< ACE_TCHAR >&); - - virtual void + + virtual void traverse (Type &o) { @@ -1946,13 +1950,13 @@ namespace CIAO Priority (); }; - struct ThreadpoolDef : Traversal::ThreadpoolDef, + struct ThreadpoolDef : Traversal::ThreadpoolDef, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ThreadpoolDef Type; ThreadpoolDef (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -1963,7 +1967,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void stacksize (Type &o) { @@ -1974,7 +1978,7 @@ namespace CIAO virtual void stacksize (Type const&); - virtual void + virtual void static_threads (Type &o) { @@ -1985,7 +1989,7 @@ namespace CIAO virtual void static_threads (Type const&); - virtual void + virtual void dynamic_threads (Type &o) { @@ -1996,7 +2000,7 @@ namespace CIAO virtual void dynamic_threads (Type const&); - virtual void + virtual void default_priority (Type &o) { @@ -2007,7 +2011,7 @@ namespace CIAO virtual void default_priority (Type const&); - virtual void + virtual void allow_request_buffering (Type &o) { @@ -2018,7 +2022,7 @@ namespace CIAO virtual void allow_request_buffering (Type const&); - virtual void + virtual void max_buffered_requests (Type &o) { @@ -2029,7 +2033,7 @@ namespace CIAO virtual void max_buffered_requests (Type const&); - virtual void + virtual void max_request_buffered_size (Type &o) { @@ -2040,7 +2044,7 @@ namespace CIAO virtual void max_request_buffered_size (Type const&); - virtual void + virtual void id (Type &o) { @@ -2055,13 +2059,13 @@ namespace CIAO ThreadpoolDef (); }; - struct ThreadpoolWithLanesDef : Traversal::ThreadpoolWithLanesDef, + struct ThreadpoolWithLanesDef : Traversal::ThreadpoolWithLanesDef, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ThreadpoolWithLanesDef Type; ThreadpoolWithLanesDef (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -2072,7 +2076,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void threadpoolLane_pre (Type &o) { @@ -2083,7 +2087,7 @@ namespace CIAO virtual void threadpoolLane_pre (Type const&); - virtual void + virtual void threadpoolLane_next (Type &o) { @@ -2094,7 +2098,7 @@ namespace CIAO virtual void threadpoolLane_next (Type const&); - virtual void + virtual void threadpoolLane_post (Type &o) { @@ -2105,7 +2109,7 @@ namespace CIAO virtual void threadpoolLane_post (Type const&); - virtual void + virtual void stacksize (Type &o) { @@ -2116,7 +2120,7 @@ namespace CIAO virtual void stacksize (Type const&); - virtual void + virtual void allow_borrowing (Type &o) { @@ -2127,7 +2131,7 @@ namespace CIAO virtual void allow_borrowing (Type const&); - virtual void + virtual void allow_request_buffering (Type &o) { @@ -2138,7 +2142,7 @@ namespace CIAO virtual void allow_request_buffering (Type const&); - virtual void + virtual void max_buffered_requests (Type &o) { @@ -2149,7 +2153,7 @@ namespace CIAO virtual void max_buffered_requests (Type const&); - virtual void + virtual void max_request_buffered_size (Type &o) { @@ -2160,7 +2164,7 @@ namespace CIAO virtual void max_request_buffered_size (Type const&); - virtual void + virtual void id (Type &o) { @@ -2175,13 +2179,13 @@ namespace CIAO ThreadpoolWithLanesDef (); }; - struct ThreadpoolLaneDef : Traversal::ThreadpoolLaneDef, + struct ThreadpoolLaneDef : Traversal::ThreadpoolLaneDef, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ThreadpoolLaneDef Type; ThreadpoolLaneDef (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -2192,7 +2196,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void static_threads (Type &o) { @@ -2203,7 +2207,7 @@ namespace CIAO virtual void static_threads (Type const&); - virtual void + virtual void dynamic_threads (Type &o) { @@ -2214,7 +2218,7 @@ namespace CIAO virtual void dynamic_threads (Type const&); - virtual void + virtual void priority (Type &o) { @@ -2229,13 +2233,13 @@ namespace CIAO ThreadpoolLaneDef (); }; - struct ConnectionBandsDef : Traversal::ConnectionBandsDef, + struct ConnectionBandsDef : Traversal::ConnectionBandsDef, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::ConnectionBandsDef Type; ConnectionBandsDef (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -2246,7 +2250,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void band_pre (Type &o) { @@ -2257,7 +2261,7 @@ namespace CIAO virtual void band_pre (Type const&); - virtual void + virtual void band_next (Type &o) { @@ -2268,7 +2272,7 @@ namespace CIAO virtual void band_next (Type const&); - virtual void + virtual void band_post (Type &o) { @@ -2279,7 +2283,7 @@ namespace CIAO virtual void band_post (Type const&); - virtual void + virtual void id (Type &o) { @@ -2294,13 +2298,13 @@ namespace CIAO ConnectionBandsDef (); }; - struct PriorityBandDef : Traversal::PriorityBandDef, + struct PriorityBandDef : Traversal::PriorityBandDef, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::PriorityBandDef Type; PriorityBandDef (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -2311,7 +2315,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void low (Type &o) { @@ -2322,7 +2326,7 @@ namespace CIAO virtual void low (Type const&); - virtual void + virtual void high (Type &o) { @@ -2337,13 +2341,13 @@ namespace CIAO PriorityBandDef (); }; - struct PolicySet : Traversal::PolicySet, + struct PolicySet : Traversal::PolicySet, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::PolicySet Type; PolicySet (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -2354,7 +2358,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void priorityModel_pre (Type &o) { @@ -2365,7 +2369,7 @@ namespace CIAO virtual void priorityModel_pre (Type const&); - virtual void + virtual void priorityModel_next (Type &o) { @@ -2376,7 +2380,7 @@ namespace CIAO virtual void priorityModel_next (Type const&); - virtual void + virtual void priorityModel_post (Type &o) { @@ -2387,7 +2391,7 @@ namespace CIAO virtual void priorityModel_post (Type const&); - virtual void + virtual void threadpool_pre (Type &o) { @@ -2398,7 +2402,7 @@ namespace CIAO virtual void threadpool_pre (Type const&); - virtual void + virtual void threadpool_next (Type &o) { @@ -2409,7 +2413,7 @@ namespace CIAO virtual void threadpool_next (Type const&); - virtual void + virtual void threadpool_post (Type &o) { @@ -2420,7 +2424,7 @@ namespace CIAO virtual void threadpool_post (Type const&); - virtual void + virtual void priorityBandedConnection_pre (Type &o) { @@ -2431,7 +2435,7 @@ namespace CIAO virtual void priorityBandedConnection_pre (Type const&); - virtual void + virtual void priorityBandedConnection_next (Type &o) { @@ -2442,7 +2446,7 @@ namespace CIAO virtual void priorityBandedConnection_next (Type const&); - virtual void + virtual void priorityBandedConnection_post (Type &o) { @@ -2453,7 +2457,7 @@ namespace CIAO virtual void priorityBandedConnection_post (Type const&); - virtual void + virtual void id (Type &o) { @@ -2468,7 +2472,7 @@ namespace CIAO PolicySet (); }; - struct PriorityModel : Traversal::PriorityModel, + struct PriorityModel : Traversal::PriorityModel, virtual ::XSCRT::Writer< ACE_TCHAR > { PriorityModel (::XSCRT::XML::Element< ACE_TCHAR >&); @@ -2486,13 +2490,13 @@ namespace CIAO PriorityModel (); }; - struct PriorityModelPolicyDef : Traversal::PriorityModelPolicyDef, + struct PriorityModelPolicyDef : Traversal::PriorityModelPolicyDef, virtual ::XSCRT::Writer< ACE_TCHAR > { typedef ::CIAO::Config_Handlers::PriorityModelPolicyDef Type; PriorityModelPolicyDef (::XSCRT::XML::Element< ACE_TCHAR >&); - virtual void + virtual void traverse (Type &o) { @@ -2503,7 +2507,7 @@ namespace CIAO virtual void traverse (Type const&); - virtual void + virtual void priority_model (Type &o) { @@ -2514,7 +2518,7 @@ namespace CIAO virtual void priority_model (Type const&); - virtual void + virtual void server_priority (Type &o) { |