summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/WhiteboardManager.h')
-rw-r--r--Swift/Controllers/WhiteboardManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/Controllers/WhiteboardManager.h b/Swift/Controllers/WhiteboardManager.h
index 5876adf..c28492c 100644
--- a/Swift/Controllers/WhiteboardManager.h
+++ b/Swift/Controllers/WhiteboardManager.h
@@ -25,6 +25,9 @@ namespace Swift {
WhiteboardManager(WhiteboardWindowFactory* whiteboardWindowFactory, UIEventStream* uiEventStream, StanzaChannel* stanzaChannel);
~WhiteboardManager();
+ WhiteboardWindow* getWhiteboardWindowOrCreate(const JID& contact);
+ WhiteboardWindow* createNewWhiteboardWindow(const JID& contact);
+
private:
void handleUIEvent(boost::shared_ptr<UIEvent> event);