X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Boolean.h;fp=src%2FFeaturesPlugin%2FFeaturesPlugin_Boolean.h;h=6fe5a24d623432c64a60cba9d3a4fbc00b29c382;hb=c7883041b5bedc605890958bfc618d46f9df9cda;hp=f2f11b3541115a2e4453bf7ce0bf097dc4c35a2c;hpb=06036d8163de9404f33dae16e6b67f4e0c3f61d5;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h index f2f11b354..6fe5a24d6 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Boolean.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Boolean.h @@ -78,6 +78,11 @@ protected: /// Use plugin manager for features creation. FeaturesPlugin_Boolean(const OperationType theOperationType); + /// Initialize version field of the Boolean feature. + /// The version is initialized for newly created features, + /// not read from previously stored document. + void initVersion(const int theVersion); + /// Load Naming data structure of the feature to the document void loadNamingDS(std::shared_ptr theResultBody, const std::shared_ptr theBaseShape,