#pragma once #include "common.h" #include "contact.h" class CContactGroup : public ContactGroup { public: typedef void (CSkypeProto::* OnContactListChanged)(CContact::Ref contact); typedef DRef Ref; typedef DRefs Refs; CContactGroup(unsigned int oid, CSkypeProto*); private: CSkypeProto* proto; void OnChange(const ContactRef &contact); };