]> Creatis software - bbtk.git/blob - kernel/src/bbtkSystemTools.cxx
v1.03 BUG 1410
[bbtk.git] / kernel / src / bbtkSystemTools.cxx
1 /*
2  * bbtkSystemTools.cxx
3  *
4  *  Created on: Apr 23, 2012
5  *      Author: Diego Caceres
6  */
7
8 #include "bbtkSystemTools.h"
9
10
11
12 namespace bbtk
13 {
14
15
16 bbtkSystemTools::bbtkSystemTools()
17 {
18         // TODO Auto-generated constructor stub
19
20 }
21
22 bbtkSystemTools::~bbtkSystemTools()
23 {
24         // TODO Auto-generated destructor stub
25 }
26
27 void bbtkSystemTools::CreatePackage()
28 {
29         system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &");
30 }
31
32 void bbtkSystemTools::CreateBlackBox()
33 {
34         system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &");
35 }
36 void bbtkSystemTools::ExecuteBbi()
37 {
38         system("bbi &");
39 }
40 void bbtkSystemTools::ExecuteCreaNewProject()
41 {
42         system("creaNewProject &");
43 }
44
45 }// namespace bbtk