Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a55885fabf41aa4d3524e26946f4ee2a5a983574
[graphlib.git] / DrawingThreadCore.cpp
1 #include <DrawingThreadCore.h>
2
3 void DrawingThreadCore::run()
4 {
5     exit(this->runForReal());
6 }
7