BoilerPlate-LightweightLogging Service OMG Formal/03-11-03 |
00001 00030 #include "MenuCommand.h" 00031 00032 class QuitMenu : virtual public MenuCommand 00033 { 00034 public: 00035 QuitMenu(); 00036 virtual ~QuitMenu(); 00037 00038 bool execute(); 00039 00040 00041 }; 00042
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:32:46 2004 for BoilerPlate CosLightweightLogging Service by 1.3.7 |