windows-nt/Source/XPSP1/NT/drivers/smartcrd/gempc430/message.h
2020-09-26 16:20:57 +08:00

19 lines
422 B
C++

//-------------------------------------------------------------------
// Message class
// It declare interface to send messages to the objects
// If
// Author: Sergey Ivanov
// Log:
// 06/08/99 - implemented
//-------------------------------------------------------------------
// Message class
//
template class<CMessageData Md>
class CMessage
{
CFloat message_id;
CFloat _from;
CFloat _to;
<Md>* message_data;
}