Index: thread.h =================================================================== RCS file: /usr/local/cvsroot/commoncpp2/include/cc++/thread.h,v retrieving revision 1.2 diff -u -r1.2 thread.h --- thread.h 2002/07/18 20:53:57 1.2 +++ thread.h 2002/08/15 13:22:26 @@ -1137,7 +1137,7 @@ * * @param th the thread that has terminated. */ - CCXX_MEMBER_EXPORT(virtual void) notify(Thread *th) + CCXX_MEMBER_EXPORT(virtual void) notify(Thread*) {return;}; /** @@ -1449,7 +1449,7 @@ * * @param signo posix signal id. */ - virtual void onSignal(int signo) + virtual void onSignal(int) {return;}; /**