mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 09:37:59 +02:00
removal of using namespace std from theadFiles
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include <fstream>
|
||||
|
||||
|
||||
////using namespace std;
|
||||
//
|
||||
|
||||
/**
|
||||
|
||||
|
@ -54,11 +54,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
// using std::string;
|
||||
// using std::ofstream;
|
||||
// using std::ifstream;
|
||||
|
||||
// using namespace std;
|
||||
/**
|
||||
|
||||
@libdoc The slsDetectorBase contains also a set of purely virtual functions useful for the implementation of the derived classes
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include "sls_detector_defs.h"
|
||||
#include "slsDetectorUtils.h"
|
||||
//using namespace std;
|
||||
|
||||
|
||||
|
||||
/** @short This class handles the command line I/Os, help etc. of the text clients */
|
||||
|
@ -22,7 +22,7 @@ class multiSlsDetectorCommand;
|
||||
#include <string>
|
||||
|
||||
|
||||
//using namespace std;
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@ extern "C" {
|
||||
#include <math.h>
|
||||
#include <semaphore.h>
|
||||
#include <cstdlib>
|
||||
//using namespace std;
|
||||
|
||||
|
||||
|
||||
//#include "slsDetectorActions_Standalone.h"
|
||||
|
Reference in New Issue
Block a user