#if !defined( INCLUDED_CALLBACKFWD_H ) #define INCLUDED_CALLBACKFWD_H template class Callback0; typedef Callback0 Callback; template class Callback1; template class Callback2; template class Callback3; #endif