Salome HOME
Merge branch 'master' into omu/workloadmanager
[modules/yacs.git] / src / engine / InlineNode.hxx
index 1cca3a0b77fa5db4fd46a1fe58d62ba521ae9273..25f9afb71467dad5fb49ee8e37e48c263c9facfc 100644 (file)
@@ -68,7 +68,6 @@ namespace YACS
       void performShallowDuplicationOfPlacement(const Node& other);
       bool isDeployable() const;
       int getMaxLevelOfParallelism() const;
-      void partitionRegardingDPL(const PartDefinition *pd, std::map<ComposedNode *, YACS::BASES::AutoRefCnt<PartDefinition> >& zeMap);
     public:
       static const char LOCAL_STR[];
       static const char REMOTE_STR[];
@@ -103,7 +102,7 @@ namespace YACS
       void accept(Visitor *visitor);
       virtual ~InlineFuncNode();
       virtual std::string typeName() { return "YACS__ENGINE__InlineFuncNode"; }
-      virtual void checkBasicConsistency() const throw(Exception);
+      virtual void checkBasicConsistency() const ;
     protected:
       std::string _fname;
     };