added the usingnamespace std for slsDetectorActions.cpp

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@170 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2012-04-04 09:33:32 +00:00
parent e72621959e
commit 3ddafe3baf
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CFLAGS= -DC_ONLY
#FLAGS=-DVERBOSE
FLAGS= -DVERBOSE -DVERYVERBOSE
INCLUDES= -IcommonFiles -IslsDetector -IMySocketTCP -IusersFunctions -ImultiSlsDetector -IslsDetectorUtils -IslsDetectorCommand -IslsDetectorAnalysis
#EPICSFLAGS=-D EPICS -I/usr/local/epics/base/include/ -I /usr/local/epics/base/include/os/Linux/ -L /usr/local/epics/base/lib/SL5-x86/ -Wl,-R/usr/local/epics/base/lib/SL5-x86 -lca -lCom
@ -64,4 +64,4 @@ install_inc:
install_doc:
$(shell test -d $(DESTDIR) || mkdir -p $(DESTDIR))
cp -Pr docs/* $(DESTDIR)
cp -Pr docs/* $(DESTDIR)

View File

@ -1,4 +1,6 @@
#include "slsDetectorActions.h"
#include <iostream>
using namespace std;
/**