Searched refs:CM_NameType (Results 1 – 2 of 2) sorted by relevance
39 typedef sal_uInt16 CM_NameType; typedef40 #define CM_DOTTED ( (CM_NameType) 01 )41 #define CM_FQDN ( (CM_NameType) 02 )148 virtual ByteString GetCommunicationPartner( CM_NameType eType )=0;151 virtual ByteString GetMyName( CM_NameType eType )=0;242 virtual ByteString GetMyName( CM_NameType eType );327 virtual ByteString GetCommunicationPartner( CM_NameType eType );328 virtual ByteString GetMyName( CM_NameType eType );
192 ByteString SimpleCommunicationLinkViaSocket::GetCommunicationPartner( CM_NameType eType ) in GetCommunicationPartner()224 ByteString SimpleCommunicationLinkViaSocket::GetMyName( CM_NameType eType ) in GetMyName()433 ByteString CommunicationManager::GetMyName( CM_NameType ) in GetMyName() argument
Completed in 20 milliseconds