X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Source%2Flayer1%2FTKContainer.cpp;h=8cf1e6d90a091ca7f7fc9b036afdf1a21c338bea;hb=b08521f6c06ccd1cba53ac2d04d5500c787665de;hp=1f35d173277ebbb06d35a811346b5765f6b719a0;hpb=8b7945267b706ec6f56f9ef040731d0e0acd0b35;p=dennco%2Fdennco.git diff --git a/Source/layer1/TKContainer.cpp b/Source/layer1/TKContainer.cpp index 1f35d17..8cf1e6d 100644 --- a/Source/layer1/TKContainer.cpp +++ b/Source/layer1/TKContainer.cpp @@ -22,7 +22,6 @@ #include "TKCellCode.h" #include "DNStorage.h" #include "DNUtils.h" -#include "dnpluginmanager.h" #include @@ -36,7 +35,6 @@ const std::string TKContainer::CELLCODENAME_EMPTY = "_DNEMPTY"; TKContainer::TKContainer() : mStorage(NULL), mEmptyCellClass(NULL) { - DNPluginManager::construct(); } void TKContainer::init() @@ -48,7 +46,6 @@ TKContainer::~TKContainer() { doDestroy(); releaseDataStore(); - DNPluginManager::destroy(); } bool TKContainer::doInit()