/* name: stk_callback.cc info: components callback functions (global or methods), using templates - implementation author: Dusan Halicky (dvh.tosomja@post.sk) licence: GNU GPL history: 2005-09-26 - start of developement todo: - finish and release this bugs: - */ // system header files //#include <.h> // local header files #include "stk_constants.h" // this file header #include "stk_callback.h" // debugging #ifdef DEBUG #define STK_CALLBACK_DEBUG #endif // implementation // end of file