mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
removal of using namespace std from theadFiles
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
#include "Global.h"
|
||||
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
class Single;
|
||||
class ThreadPool;
|
||||
@ -15,10 +14,10 @@ public:
|
||||
Multi();
|
||||
~Multi();
|
||||
|
||||
string executeCommand(int argc,char* argv[]);
|
||||
std::string executeCommand(int argc,char* argv[]);
|
||||
|
||||
int printNumber(int inum);
|
||||
string printString(string s);
|
||||
std::string printString(std::string s);
|
||||
char* printCharArray(char a[]);
|
||||
|
||||
int createThreadPool();
|
||||
|
Reference in New Issue
Block a user