checking change

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@381 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2012-12-13 10:41:11 +00:00
parent 739cd7e1d0
commit 09bfd59e69

View File

@ -391,7 +391,9 @@ void* postProcessing::processData(int delflag) {
bool newData=false; bool newData=false;
char currentfName[MAX_STR_LENGTH]; char currentfName[MAX_STR_LENGTH];
int currentfIndex=0; int currentfIndex=0;
while(1){cout<<"\t"<<flush; while(1){
cout.flush();
cout<<flush;
if (checkJoinThread()) break; if (checkJoinThread()) break;
usleep(200000); usleep(200000);