first commit
This commit is contained in:
82
Lab7/ntvntrdr.h
Normal file
82
Lab7/ntvntrdr.h
Normal file
@@ -0,0 +1,82 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: NTEventReader; Pseudo Package specification
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Source file: H:\kurs\avC++\lab7\NTvntRdr.h
|
||||
|
||||
|
||||
|
||||
#ifndef NTvntRdr_h
|
||||
|
||||
#define NTvntRdr_h 1
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// EventReader
|
||||
|
||||
#include "EvntRder.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Class: NTEventReader
|
||||
|
||||
//## Category: lab7
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Persistence: Transient
|
||||
|
||||
//## Cardinality/Multiplicity: n
|
||||
|
||||
|
||||
|
||||
class NTEventReader : public EventReader //## Inherits: <unnamed>
|
||||
|
||||
{
|
||||
|
||||
//## begin NTEventReader.initialDeclarations preserve=yes
|
||||
|
||||
//## end NTEventReader.initialDeclarations
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
//## Constructors (generated)
|
||||
|
||||
NTEventReader();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user