XMPPRoster: Add getter for the connection.
This commit is contained in:
parent
f9912bd3ad
commit
e8e70ff3fb
2 changed files with 12 additions and 0 deletions
|
@ -219,6 +219,11 @@
|
|||
dataStorage = dataStorage_;
|
||||
}
|
||||
|
||||
- (XMPPConnection*)connection
|
||||
{
|
||||
return connection;
|
||||
}
|
||||
|
||||
- (id <XMPPStorage>)dataStorage
|
||||
{
|
||||
return dataStorage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue