55 lines
1.1 KiB
C++
55 lines
1.1 KiB
C++
//## begin module.cm preserve=no
|
|
|
|
// %X% %Q% %Z% %W%
|
|
|
|
//## end module.cm
|
|
|
|
|
|
|
|
//## begin module.cp preserve=no
|
|
|
|
//## end module.cp
|
|
|
|
|
|
|
|
//## Module: BH; Pseudo Package body
|
|
|
|
//## Subsystem: lab7
|
|
|
|
//## Source file: H:\kurs\avC++\lab7\BttnHndl.cpp
|
|
|
|
|
|
|
|
//## begin module.additionalIncludes preserve=no
|
|
|
|
//## end module.additionalIncludes
|
|
|
|
|
|
|
|
//## begin module.includes preserve=yes
|
|
|
|
//## end module.includes
|
|
|
|
|
|
|
|
// BH
|
|
|
|
#include "BttnHndl.h"
|
|
|
|
//## begin module.additionalDeclarations preserve=yes
|
|
|
|
//## end module.additionalDeclarations
|
|
|
|
|
|
|
|
|
|
|
|
// Class BH
|
|
|
|
|
|
|
|
BH::BH()
|
|
|
|
//## begin BH::BH%.hasinit preserve=no
|
|
|
|
//## end BH::BH%.hasinit
|
|
|
|
//## begin BH::BH%.initialization preserve=yes
|
|
|
|
//## end BH::BH%.initialization
|
|
|
|
{
|
|
|
|
//## begin BH::BH%.body preserve=yes
|
|
|
|
//## end BH::BH%.body
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
BH::~BH()
|
|
|
|
{
|
|
|
|
//## begin BH::~BH%.body preserve=yes
|
|
|
|
//## end BH::~BH%.body
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Additional Declarations
|
|
|
|
//## begin BH.declarations preserve=yes
|
|
|
|
//## end BH.declarations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//## begin module.epilog preserve=yes
|
|
|
|
//## end module.epilog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|