Home
last modified time | relevance | path

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

/AOO41X/main/automation/inc/automation/
H A Dsimplecm.hxx111 …, CM_InfoType nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg ), nInfoType( nIT ), pCommLin… in InfoString()
112 CM_InfoType GetInfoType(){ return nInfoType; } in GetInfoType()
115 CM_InfoType nInfoType; member in InfoString
256 void SetInfoType( CM_InfoType nIT ){ nInfoType = nIT; } in SetInfoType()
257 CM_InfoType GetInfoType(){ return nInfoType; } in GetInfoType()
271 CM_InfoType nInfoType; member in CommunicationManager
/AOO41X/main/automation/source/simplecm/
H A Dsimplecm.cxx407 : nInfoType( CM_NONE ) in CommunicationManager()