]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/hmi/commandsProc.hxx
Salome HOME
Merge from V6_main 11/02/2013
[modules/yacs.git] / src / hmi / commandsProc.hxx
index 46e9689be7a6c970f70e871a1120a1c92cc48673..e2ea623098b212d50176b93cef41f91fdc224fb9 100644 (file)
@@ -152,7 +152,9 @@ namespace YACS
     {
     public:
       CommandPutInComposedNode(std::string position,
-                        std::string newParent,std::string type);
+                              std::string newParent,
+                              std::string type,
+                              bool toSaveRestoreLinks=true);
     protected:
       virtual bool localExecute();
       virtual bool localReverse();
@@ -161,6 +163,7 @@ namespace YACS
       std::string _newParent;
       std::string _type;
       std::string _newpos;
+      bool _toSaveRestoreLinks;
     };
 
     class CommandCopyNode: public Command