#pragma once #include "common.h" class CTransfer : public Transfer { public: typedef DRef Ref; typedef DRefs Refs; CTransfer(unsigned int oid, CSkypeProto*); private: CSkypeProto* proto; void OnChange(int prop); };