1 2 3 4 5 6 7 8 9 10 11 12 13
#include "..\skype.h" #include "transfer.h" CTransfer::CTransfer(unsigned int oid, CSkypeProto* _ppro) : Transfer(oid, _ppro), proto(_ppro) { } void CTransfer::OnChange(int prop) { proto->OnTransferChanged(this->ref(), prop); }