]> Creatis software - bbtk.git/blob - kernel/src/bbtkSystemTools.cxx
2d14289eadb94206de8d7c60b19d461f67de4a40
[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 //Bug #1675 Solved - DFGO - 10/10/2012
28 void bbtkSystemTools::CreatePackage()
29 {
30         system("bbi toolsbbtk/appli/GUICreatePackage.bbs &");
31 }
32
33 void bbtkSystemTools::CreateBlackBox()
34 {
35         system("bbi toolsbbtk/appli/GUICreateBlackBox.bbs &");
36 }
37 void bbtkSystemTools::ExecuteBbi()
38 {
39         system("bbi &");
40 }
41 void bbtkSystemTools::ExecuteCreaNewProject()
42 {
43         system("creaNewProject &");
44 }
45
46 }// namespace bbtk