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

#include "common.h"

class CConversation : public Conversation
{
public:
	typedef void (CSkypeProto::* OnConvoChanged)(const ConversationRef &conversation, int);

	typedef DRef<CConversation, Conversation> Ref;
	typedef DRefs<CConversation, Conversation> Refs;

	CConversation(unsigned int oid, SERootObject* root);
};