Home
last modified time | relevance | path

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

/AOO41X/main/automation/inc/automation/
H A Dsimplecm.hxx38 typedef sal_uInt16 CM_NameType; typedef
39 #define CM_DOTTED ( (CM_NameType) 01 )
40 #define CM_FQDN ( (CM_NameType) 02 )
147 virtual ByteString GetCommunicationPartner( CM_NameType eType )=0;
150 virtual ByteString GetMyName( CM_NameType eType )=0;
241 virtual ByteString GetMyName( CM_NameType eType );
326 virtual ByteString GetCommunicationPartner( CM_NameType eType );
327 virtual ByteString GetMyName( CM_NameType eType );
/AOO41X/main/automation/source/simplecm/
H A Dsimplecm.cxx192 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