summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Piekos <mateuszpiekos@gmail.com>2012-06-05 15:54:11 (GMT)
committerMateusz Piekos <mateuszpiekos@gmail.com>2012-06-05 15:54:11 (GMT)
commitfa2edf2f9dfa77129e749373d7045b98d1dcced5 (patch)
tree037e6a8322d7bd323d665ab47c36ec4a86ba50e3 /Swift/Controllers/WhiteboardManager.h
parent21e358a55e6eee1036fe95993c5715382d08c0c8 (diff)
downloadswift-contrib-fa2edf2f9dfa77129e749373d7045b98d1dcced5.zip
swift-contrib-fa2edf2f9dfa77129e749373d7045b98d1dcced5.tar.bz2
Added function responsible for instances of WhiteboardWindows
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);