Home
last modified time | relevance | path

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

/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx39 typedef sal_uInt16 CM_NameType; typedef
40 #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 );
/trunk/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

Completed in 25 milliseconds