00001 00005 class BtGuiExitCB : public virtual BtGuiCallback 00006 00007 { 00008 public: 00009 BtGuiExitCB(const BtGuiTkInterpreter& interf, const String& name="") 00010 : BtGuiCallback(interf, name), BtGuiBase(interf) {} 00011 00012 virtual bool performeAction(int argc, char** argv); 00013 }; 00014 00015