removing more using namespace std

This commit is contained in:
Erik Frojdh
2018-05-24 13:47:48 +02:00
parent d71008bd10
commit a67d9e60da
6 changed files with 66 additions and 66 deletions

View File

@ -7,7 +7,7 @@
#include <stdlib.h>
using namespace std;
//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;
//using namespace std;
/** @short This class handles the command line I/Os, help etc. of the text clients */