removal of using namespace std from theadFiles

This commit is contained in:
Erik Frojdh
2018-05-24 14:47:45 +02:00
parent b78b8425fd
commit 212218396a
16 changed files with 21 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ class ZmqSocket;
//using namespace std;

View File

@@ -7,7 +7,7 @@
#include <stdlib.h>
//using namespace std;
int dummyCallback(detectorData* d, int p,void*) {
cout << "got data " << p << endl;

View File

@@ -6,7 +6,7 @@
#include "slsDetector.h"
#include "multiSlsDetector.h"
#include "slsDetectorCommand.h"
//using namespace std;
/** @short This class handles the command line I/Os, help etc. of the text clients */