00001 /* 00002 * bbtkSystemTools.h 00003 * 00004 * Created on: Apr 23, 2012 00005 * Author: pechan 00006 */ 00007 00008 #ifndef BBTKSYSTEMTOOLS_H_ 00009 #define BBTKSYSTEMTOOLS_H_ 00010 00011 #include <cstdlib> 00012 00013 class bbtkSystemTools 00014 { 00015 public: 00016 bbtkSystemTools(); 00017 virtual ~bbtkSystemTools(); 00018 public: 00022 static void CreatePackage(); 00026 static void CreateBlackBox(); 00030 static void ExecuteBbi(); 00034 static void ExecuteCreaNewProject(); 00035 }; 00036 00037 #endif /* BBTKSYSTEMTOOLS_H_ */