remove all std::nothrow and re-create namespace for objs and mgrs
This commit is contained in:
21
LibCmo/CK2/MgrImpls/CKBaseManager.cpp
Normal file
21
LibCmo/CK2/MgrImpls/CKBaseManager.cpp
Normal file
@ -0,0 +1,21 @@
|
||||
#include "CKBaseManager.hpp"
|
||||
|
||||
namespace LibCmo::CK2::MgrImpls {
|
||||
// todo: this file maybe not used anymore. if more manager added. i think this file can be removed.
|
||||
|
||||
//CKERROR CKBaseManager::LoadData(CKStateChunk* statechunk, CKFileDocument* doc) {
|
||||
// return CKERROR::CKERR_OK;
|
||||
//}
|
||||
//CKStateChunk* CKBaseManager::SaveData(CKFileDocument* doc) {
|
||||
// return nullptr;
|
||||
//}
|
||||
|
||||
|
||||
//CKAttributeManager::CKAttributeManager(CKMinContext* ctx, CK_ID ckid) : CKBaseManager(ctx, ckid) {
|
||||
|
||||
//}
|
||||
//CKAttributeManager::~CKAttributeManager() {
|
||||
|
||||
//}
|
||||
|
||||
}
|
Reference in New Issue
Block a user