Home
last modified time | relevance | path

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

/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx112 …, CM_InfoType nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg ), nInfoType( nIT ), pCommLin… in InfoString()
113 CM_InfoType GetInfoType(){ return nInfoType; } in GetInfoType()
116 CM_InfoType nInfoType; member in InfoString
257 void SetInfoType( CM_InfoType nIT ){ nInfoType = nIT; } in SetInfoType()
258 CM_InfoType GetInfoType(){ return nInfoType; } in GetInfoType()
272 CM_InfoType nInfoType; member in CommunicationManager
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx407 : nInfoType( CM_NONE ) in CommunicationManager()