Searched refs:InfoString (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/automation/inc/automation/ |
| H A D | simplecm.hxx | 75 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \ 81 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \ 87 CallInfoMsg( InfoString( aByteString, Type, CLink ) ); \ 109 class AUTOMATION_DLLPUBLIC InfoString : public ByteString class 112 …InfoString( ByteString &nMsg, CM_InfoType nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg )… in InfoString() function in InfoString 185 void CallInfoMsg( InfoString aMsg ); 270 void CallInfoMsg( InfoString aMsg ); 278 virtual void InfoMsg( InfoString aMsg ){ mlInfoMsg.Call( &aMsg ); } in InfoMsg()
|
| H A D | communi.hxx | 150 void CallInfoMsg( InfoString aMsg ){ pMyServer->CallInfoMsg( aMsg ); } in CallInfoMsg()
|
| /trunk/main/automation/source/simplecm/ |
| H A D | simplecm.cxx | 73 void CommunicationLink::CallInfoMsg( InfoString aMsg ) in CallInfoMsg() 558 void CommunicationManager::CallInfoMsg( InfoString aMsg ) in CallInfoMsg()
|
| /trunk/main/automation/source/server/ |
| H A D | server.cxx | 110 InfoMsg( InfoString( aByteString, CM_ALL ) ); // Anzeigen, da� wir da sind in RemoteControlCommunicationManager() 159 void RemoteControlCommunicationManager::InfoMsg( InfoString aMsg ) in InfoMsg()
|
| H A D | server.hxx | 53 virtual void InfoMsg( InfoString aMsg );
|