update// implemented dump method to each datastoretype
This commit is contained in:
@@ -8,4 +8,9 @@ SietchDataStore* DataStore::getSietchDataStore()
|
||||
ChatDataStore* DataStore::getChatDataStore()
|
||||
{
|
||||
return ChatDataStore::getInstance();
|
||||
}
|
||||
|
||||
ContactDataStore* DataStore::getContactDataStore()
|
||||
{
|
||||
return ContactDataStore::getInstance();
|
||||
}
|
||||
Reference in New Issue
Block a user