/[circus]/circus/src/Ringmaster.cpp
ViewVC logotype

Diff of /circus/src/Ringmaster.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tvon, Tue Dec 3 01:18:21 2002 UTC revision 1.2 by tvon, Tue Dec 3 03:38:07 2002 UTC
# Line 28  void Ringmaster::loop(){ Line 28  void Ringmaster::loop(){
28  void Ringmaster::handleEvent(XEvent e){  void Ringmaster::handleEvent(XEvent e){
29          cout << e.type << endl;          cout << e.type << endl;
30  }  }
31    
32    void Ringmaster::loadModule(Module *mod){
33            mod->load();    
34    }
35    
36    void Ringmaster::unloadModule(Module *mod){
37            mod->unload();
38    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26