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