summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/ChatState.h')
-rw-r--r--Swiften/Elements/ChatState.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/ChatState.h b/Swiften/Elements/ChatState.h
index 1755eea..a7a8b1d 100644
--- a/Swiften/Elements/ChatState.h
+++ b/Swiften/Elements/ChatState.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -8,10 +8,11 @@
8 8
9#include <string> 9#include <string>
10 10
11#include <Swiften/Base/API.h>
11#include <Swiften/Elements/Payload.h> 12#include <Swiften/Elements/Payload.h>
12 13
13namespace Swift { 14namespace Swift {
14 class ChatState : public Payload { 15 class SWIFTEN_API ChatState : public Payload {
15 public: 16 public:
16 enum ChatStateType {Active, Composing, Paused, Inactive, Gone}; 17 enum ChatStateType {Active, Composing, Paused, Inactive, Gone};
17 ChatState(ChatStateType state = Active) { 18 ChatState(ChatStateType state = Active) {