diff options
Diffstat (limited to 'protocols/Skype/src/skypekit/participant.h')
-rw-r--r-- | protocols/Skype/src/skypekit/participant.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/protocols/Skype/src/skypekit/participant.h b/protocols/Skype/src/skypekit/participant.h deleted file mode 100644 index 170c14f1b7..0000000000 --- a/protocols/Skype/src/skypekit/participant.h +++ /dev/null @@ -1,25 +0,0 @@ -#pragma once
-
-#include "common.h"
-
-class ChatRoom;
-
-class CParticipant : public Participant
-{
-public:
- //typedef void (ChatRoom::* OnChanged)(const ParticipantRef &participant, int);
-
- typedef DRef<CParticipant, Participant> Ref;
- typedef DRefs<CParticipant, Participant> Refs;
-
- CParticipant(unsigned int oid, SERootObject* root);
-
- //void SetOnChangedCallback(OnChanged callback, ChatRoom *room);
- void SetChatRoom(ChatRoom *room);
-
-private:
- ChatRoom *room;
- //OnChanged callback;
-
- void OnChange(int prop);
-};
\ No newline at end of file |