Lines Matching refs:Service
39 Service::Service( const String & i_sName, in Service() function in ary::idl::Service
49 Service::~Service() in ~Service()
67 Service::Get_SupportedInterfaces( Dyn_StdConstIterator<CommentedRelation> & o_rResult ) const in Get_SupportedInterfaces()
73 Service::Get_IncludedServices( Dyn_StdConstIterator<CommentedRelation> & o_rResult ) const in Get_IncludedServices()
79 Service::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
85 Service::get_AryClass() const in get_AryClass()
91 Service::inq_LocalName() const in inq_LocalName()
97 Service::inq_NameRoom() const in inq_NameRoom()
103 Service::inq_Owner() const in inq_Owner()
109 Service::inq_SightLevel() const in inq_SightLevel()
118 inline const Service &
121 csv_assert( i_ce.AryClass() == Service::class_id ); in service_cast()
122 return static_cast< const Service& >(i_ce); in service_cast()