X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Plugin.cpp;h=e731309c3896018630dde2abe962449582cdc9e5;hb=eef14b29d313b9dd16453d12f20aa02383ee139c;hp=c843f6cc15cc133ff0b811851c816cf8029cedd0;hpb=d7d6265cce5e49374130cb4c6a4cfb3a90eba875;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Plugin.cpp b/src/ExchangePlugin/ExchangePlugin_Plugin.cpp index c843f6cc1..e731309c3 100644 --- a/src/ExchangePlugin/ExchangePlugin_Plugin.cpp +++ b/src/ExchangePlugin/ExchangePlugin_Plugin.cpp @@ -1,8 +1,8 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * - */ +// File: ExchangePlugin_Plugin.cpp +// Created: Aug 28, 2014 +// Author: Sergey BELASH #include #include @@ -31,10 +31,6 @@ ExchangePlugin_Plugin::ExchangePlugin_Plugin() new ExchangePlugin_ImportFormatValidator); aFactory->registerValidator("ExchangePlugin_ExportFormat", new ExchangePlugin_ExportFormatValidator); - - // register construction properties - //Config_PropManager::registerProp("Visualization", "import_feature_color", "Imported feature color", - // Config_Prop::Color, ExchangePlugin_ImportFeature::DEFAULT_COLOR()); } FeaturePtr ExchangePlugin_Plugin::createFeature(string theFeatureID)