]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultPart.h
Salome HOME
Sources formated according to the codeing standards
[modules/shaper.git] / src / Model / Model_ResultPart.h
index 4123d69e37f640b37255510fc55c1bd612cc3f5d..af0f385e8289946c1c90c738e0ad6cd3b3545d6b 100644 (file)
  */
 class Model_ResultPart : public ModelAPI_ResultPart
 {
-public:
+ public:
   /// Returns the part-document of this result
   MODEL_EXPORT virtual boost::shared_ptr<ModelAPI_Document> partDoc();
   /// Part has no stored feature: this method returns NULL
   MODEL_EXPORT virtual boost::shared_ptr<ModelAPI_Feature> owner();
 
-protected:
+ protected:
   /// makes a result on a temporary feature (an action)
   Model_ResultPart();