Index: trunk/BNC/src/rinex/bncpostprocess.cpp
===================================================================
--- trunk/BNC/src/rinex/bncpostprocess.cpp	(revision 5143)
+++ trunk/BNC/src/rinex/bncpostprocess.cpp	(revision 5214)
@@ -164,4 +164,6 @@
     connect(_pppClient, SIGNAL(newMessage(QByteArray,bool)), 
             this, SLOT(slotMessage(const QByteArray,bool)));
+    connect(_pppClient, SIGNAL(newPosition(bncTime, double, double, double)), 
+            this, SIGNAL(newPosition(bncTime, double, double, double)));
   }
 
Index: trunk/BNC/src/rinex/bncpostprocess.h
===================================================================
--- trunk/BNC/src/rinex/bncpostprocess.h	(revision 5143)
+++ trunk/BNC/src/rinex/bncpostprocess.h	(revision 5214)
@@ -49,5 +49,4 @@
                             t_obs& obs);
 
- protected:
   ~t_postProcessing();
 
@@ -55,4 +54,5 @@
   void progress(int);
   void finished();
+  void newPosition(bncTime time, double x, double y, double z);
    
  public slots:
