windows-nt/Source/XPSP1/NT/drivers/smartcrd/gempc430/message.h

19 lines
422 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//-------------------------------------------------------------------
// 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;
}