Home
last modified time | relevance | path

Searched refs:INFO_MSG (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/automation/source/simplecm/
H A Dsimplecm.cxx103 INFO_MSG( CByteString("S :").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream()
114 INFO_MSG( CByteString("Send Failed:").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream()
322 INFO_MSG( CByteString("Send Failed:").Append( GetCommunicationPartner( CM_FQDN ) ), in SendHandshake()
450 INFO_MSG( CByteString("C+:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionOpened()
462 INFO_MSG( CByteString("C-:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionClosed()
549 INFO_MSG( CByteString("D :").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallDataReceived()
/AOO42X/main/automation/source/communi/
H A Dcommuni.cxx96 INFO_MSG( CByteString("Event gel�scht"), in ~CommunicationLinkViaSocket()
108 INFO_MSG( CByteString("Event gel�scht"), in ~CommunicationLinkViaSocket()
486 INFO_MSG( CByteString("Event gel�scht"), in ~CommunicationManagerServerAcceptThread()
/AOO42X/main/automation/inc/automation/
H A Dsimplecm.hxx66 #define INFO_MSG( Short, Long, Type, CLink ) \ macro