]> AND Private Git Repository - blast.git/blobdiff - ReferenceBlock.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
modifying pattern methods to throw exceptions
[blast.git] / ReferenceBlock.h
index 8212fcd5afb75117b840733d375d4dfb2bd5ff24..b1ebd84808940c4fcdc2656dfc11f7f19f8a952e 100644 (file)
@@ -68,8 +68,8 @@ public:
   
 private:
   // patterns
-  bool checkInputPatternCompatibility();
-  bool computeOutputPattern(int nbExec = -1);
+  void checkInputPatternCompatibility() throw(Exception);
+  void computeOutputPattern(int nbExec = -1) throw(Exception);
 };
 
 #endif // __REFERENCEBLOCK_H__