summaryrefslogtreecommitdiff
path: root/tubes/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-07 23:59:07 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-08 10:04:21 +0200
commit011e348e114c1cc4ccdf6ce8e17024c81b9a0e6a (patch)
tree881ec0e95505cf14701e63d8a4353de27423cdab /tubes/inc
parentc3c2dcf80de012b620de8563d7e872c3ae556881 (diff)
tubes: add invite to Collaboration class
Change-Id: I37463d4365a2fe81e58d5f4bcf9f86d9830e26be
Diffstat (limited to 'tubes/inc')
-rw-r--r--tubes/inc/tubes/collaboration.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes/inc/tubes/collaboration.hxx b/tubes/inc/tubes/collaboration.hxx
index 18a64f0c2708..8aef9378bae6 100644
--- a/tubes/inc/tubes/collaboration.hxx
+++ b/tubes/inc/tubes/collaboration.hxx
@@ -32,8 +32,8 @@ public:
virtual void SaveAndSendFile( TpContact* pContact ) const = 0;
virtual void StartCollaboration( TeleConference* pConference ) = 0;
- TUBES_DLLPRIVATE TeleConference* GetConference() const;
TUBES_DLLPRIVATE sal_uInt64 GetId() const;
+ TUBES_DLLPRIVATE void Invite( TpContact* pContact ) const;
void DisplayContacts();
void SendFile( TpContact* pContact, const OUString& rURL ) const;