summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/conversation.h
blob: 2527ced564b98bc830f2cd7e3a8bb8b7e5c4cca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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);
};