summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/conversation.cpp
blob: 3aa6fe39f21e3e8bdb6c19beeda361e8709a5960 (plain)
1
2
3
4
5
6
7
#include "..\skype.h"
#include "conversation.h"

CConversation::CConversation(unsigned int oid, SERootObject* root) :
	Conversation(oid, root)
{
}