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

Private GIT Repository
1st commit of all files
authorStéphane Domas <sdomas@prodigy.iut-bm.univ-fcomte.fr>
Wed, 26 Apr 2017 12:19:43 +0000 (14:19 +0200)
committerStéphane Domas <sdomas@prodigy.iut-bm.univ-fcomte.fr>
Wed, 26 Apr 2017 12:19:43 +0000 (14:19 +0200)
Toto.cpp [deleted file]
Toto.h [deleted file]

diff --git a/Toto.cpp b/Toto.cpp
deleted file mode 100644 (file)
index 0e5fb15..0000000
--- a/Toto.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "Toto.h"
-
-#include "FunctionalBlock.h"
-#include "ReferenceBlock.h"
-#include "ReferenceInterface.h"
-#include "FunctionalInterface.h"
-#include "BlockParameter.h"
-
-
-Toto::Toto(const QString& msg) {
-  v = msg;
-}
diff --git a/Toto.h b/Toto.h
deleted file mode 100644 (file)
index 1980e26..0000000
--- a/Toto.h
+++ /dev/null
@@ -1,35 +0,0 @@
-#ifndef __TOTO_H__\r
-#define __TOTO_H__\r
-\r
-#include <iostream>\r
-#include <fstream>\r
-\r
-#include <QtCore>\r
-#include <QtXml>\r
-\r
-class ReferenceBlock;\r
-class FunctionalBlock;\r
-class AbstractInterface;\r
-\r
-\r
-#include "ArithmeticEvaluator.h"\r
-class ArithmeticEvaluator;\r
-\r
-#include "Exception.h"\r
-class Exception;\r
-\r
-using namespace std;\r
-using namespace Qt;\r
-\r
-class Toto {\r
-\r
-public:\r
-\r
-  Toto(const QString& msg);\r
-\r
-private:\r
-  QString v;\r
-};\r
-\r
-#endif // __TOTO_H__\r
-\r