typedef list<CallbackInfo>::const_iterator ConstCallbackInfoListIterator;
-class CCallbackMgr : Observer
+class CCallbackMgr : private Observer
{
public:
private:
- virtual void Event ( CFNotificationCenterRef center,
- CFStringRef name,
- const void* object,
- CFDictionaryRef userInfo );
-
+ void Event (Listener::Domain domain, Listener::Event whichEvent, NameValueDictionary &dictionary);
+
static void AlertClients( SecKeychainEvent inEvent, pid_t inPid,
const Keychain& inKeychain, const Item &inItem);