#pragma once #include "common.h" class CContact : public Contact { public: typedef DRef Ref; typedef DRefs Refs; CContact(CSkypeProto*, unsigned int oid, SERootObject* root); SEString GetSid(); SEString GetNick(); bool GetFullname(SEString &firstName, SEString &lastName); private: CSkypeProto* proto; void OnChange(int prop); };