summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/conversation.h
blob: 9fdc0649626073dddea6b1bf0e95c5269e69f228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "common.h"

class CConversation : public Conversation
{
public:
	typedef DRef<CConversation, Conversation> Ref;
	typedef DRefs<CConversation, Conversation> Refs;

	CConversation(unsigned int oid, SERootObject* root);

private:
	CSkypeProto* proto;
};