added interruptible callback

This commit is contained in:
ganovelli 2004-07-15 11:00:39 +00:00
parent 49a8936650
commit ab2b65fbe0
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.3 2004/05/12 10:18:55 ganovelli
new line added at the end of file
Revision 1.2 2004/05/10 14:26:33 ganovelli
argument name removed to avoid "unreference variable"warning
@ -45,6 +48,9 @@ typedef bool CallBackPos(const int pos, const char * str );
inline bool DummyCallBack( const char * ) {return true;}
inline bool DummyCallBackPos(const int , const char * ) {return true;}
/// interruptible function
typedef void TaskFunc(int t,void * contest);
} // End namespace