Changeset 6457 for branches/newapi
- Timestamp:
- 07/20/08 22:28:18 (4 months ago)
- Location:
- branches/newapi/simple/src
- Files:
-
- 2 modified
-
simpleplugin.cpp (modified) (1 diff)
-
simpleplugin.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/simple/src/simpleplugin.cpp
r6027 r6457 64 64 } 65 65 66 intSimplePlugin::run()66 long SimplePlugin::run() 67 67 { 68 68 myEventDispatcher.setDefaultCallback(&SimplePlugin::onEvent, this); -
branches/newapi/simple/src/simpleplugin.h
r6027 r6457 42 42 protected: 43 43 // From Licq::Thread::Entry 44 intrun();44 long run(); 45 45 46 46 private:
