X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Session.cpp;fp=src%2FModel%2FModel_Session.cpp;h=38ed84cfcc6d40a097513abb121253bbfa88eb5d;hb=b9c44e03a630b272cf1f7c8337ef7204c48ec5ff;hp=eb4ab5ff98229ea4a7fc46074a9352c61c304bc8;hpb=b5d73934783b855df128bb71b104e3a7fd509a16;p=modules%2Fshaper.git diff --git a/src/Model/Model_Session.cpp b/src/Model/Model_Session.cpp index eb4ab5ff9..38ed84cfc 100644 --- a/src/Model/Model_Session.cpp +++ b/src/Model/Model_Session.cpp @@ -179,6 +179,11 @@ std::list Model_Session::redoList() return ROOT_DOC->redoList(); } +bool Model_Session::checkLicense(const std::string& thePluginName) +{ + return getPlugin(thePluginName); +} + ModelAPI_Plugin* Model_Session::getPlugin(const std::string& thePluginName) { if (myPluginObjs.find(thePluginName) == myPluginObjs.end()) {