summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/group.cpp
blob: a75c43d371760d64d14f3bfaa8792e4bb61743d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "..\skype.h"
#include "group.h"

CContactGroup::CContactGroup(unsigned int oid, CSkypeProto* _ppro) :
	ContactGroup(oid, _ppro),
	proto(_ppro)
{
}

void CContactGroup::OnChange(const ContactRef &contact)
{
	proto->OnContactListChanged(contact);
}