XMPPRoster: Add getter for the connection.

This commit is contained in:
Jonathan Schleifer 2012-11-11 12:21:34 +01:00
parent f9912bd3ad
commit e8e70ff3fb
2 changed files with 12 additions and 0 deletions

View file

@ -219,6 +219,11 @@
dataStorage = dataStorage_;
}
- (XMPPConnection*)connection
{
return connection;
}
- (id <XMPPStorage>)dataStorage
{
return dataStorage;