Lines Matching refs:Append
103 INFO_MSG( CByteString("S :").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream()
104 CByteString("Daten Senden:").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream()
114 INFO_MSG( CByteString("Send Failed:").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream()
115 …CByteString( "Socket wird wegen Fehlers beim Senden geschlossen: ").Append( GetCommunicationPartne… in DoTransferDataStream()
322 INFO_MSG( CByteString("Send Failed:").Append( GetCommunicationPartner( CM_FQDN ) ), in SendHandshake()
323 …CByteString( "Socket wird wegen Fehlers beim Senden geschlossen: ").Append( GetCommunicationPartne… in SendHandshake()
450 INFO_MSG( CByteString("C+:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionOpened()
451 CByteString("Verbindung aufgebaut: ").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionOpened()
462 INFO_MSG( CByteString("C-:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionClosed()
463 CByteString("Verbindung abgebrochen: ").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionClosed()
549 INFO_MSG( CByteString("D :").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallDataReceived()
550 CByteString("Daten Empfangen:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallDataReceived()