update// reformated datastore and changed storage chatmodel to store with datastore
This commit is contained in:
@@ -11,14 +11,4 @@ class DataStore
|
||||
static ChatDataStore* getChatDataStore();
|
||||
};
|
||||
|
||||
SietchDataStore* DataStore::getSietchDataStore()
|
||||
{
|
||||
return SietchDataStore::getInstance();
|
||||
}
|
||||
|
||||
ChatDataStore* DataStore::getChatDataStore()
|
||||
{
|
||||
return ChatDataStore::getInstance();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user