File: XSymbolTextDefV3_3.h

package info (click to toggle)
cigi-ccl 3.3.3a%2Bsvn818-10
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,332 kB
  • sloc: cpp: 62,566; makefile: 541; ruby: 400; ansic: 313; sh: 68
file content (26 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// XSymbolTextDefV3_3.h: interface for the XSymbolTextDefV3_3 class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(_PROC_XSymbolTextDefV3_3_INCLUDED_)
#define _PROC_XSymbolTextDefV3_3_INCLUDED_

#include "CigiBaseEventProcessor.h"
#include "CigiSymbolTextDefV3_3.h"

class XSymbolTextDefV3_3 : public CigiBaseEventProcessor
{
public:
   XSymbolTextDefV3_3();
   virtual ~XSymbolTextDefV3_3();

   virtual void OnPacketReceived(CigiBasePacket *Packet);

   void SetOrigPckt(CigiSymbolTextDefV3_3 *TPcktIn) { TPckt = TPcktIn; }

protected:
   CigiSymbolTextDefV3_3 *TPckt;

};

#endif // _PROC_XSymbolTextDefV3_3_INCLUDED_