Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 2905)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 2906)
@@ -35,5 +35,7 @@
 ////////////////////////////////////////////////////////////////////////////
 void bncComb::processCorrLine(const QString& staID, const QString& line) {
-  ///  cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
+  QMutexLocker locker(&_mutex);
+
+///  cout << staID.toAscii().data() << " " << line.toAscii().data() << endl;
 }
 
Index: trunk/BNC/combination/bnccomb.h
===================================================================
--- trunk/BNC/combination/bnccomb.h	(revision 2905)
+++ trunk/BNC/combination/bnccomb.h	(revision 2906)
@@ -3,7 +3,7 @@
 #define BNCCOMB_H
 
-#include <QtCore>
+#include "bncephuser.h"
 
-class bncComb : public QObject {
+class bncComb : public bncEphUser  {
  Q_OBJECT
 
