Home
last modified time | relevance | path

Searched refs:COtherService (Results 1 – 2 of 2) sorted by relevance

/dports/comms/qsstv/qsstv/drmtx/common/
H A DParameter.h604 class COtherService: public CServiceDefinition
607 COtherService(): CServiceDefinition(), bSameService(true), in COtherService() function
612 COtherService(const COtherService& nAF): in COtherService() function
618 COtherService& operator=(const COtherService& nAF)
629 bool operator==(const COtherService& nAF)
722 vector < COtherService > vecOtherServices;
H A DParameter.cpp1266 string COtherService::ServiceID() const in ServiceID()