22 #ifndef __SIGNALV0IMPLVC6__
23 #define __SIGNALV0IMPLVC6__
26 #error "This is an internal implementation header. You are not allowed to include it directly!"
62 mCallbacks.push_back(
tCallback( pConnection, slot, cb ) );
67 return mCallbacks.empty();
79 mCalls.push_back( &(i->mCallback) );
93 if ( i->mConnection ==
id )
95 mCallbacks.erase( i );
106 while ( !mCallbacks.empty() )
108 elem = mCallbacks.begin();
110 elem->mSlot->Unbind( elem->mConnection );
162 #endif // Signalv0ImplVC6.hxx