Changeset 5528 in ntrip for trunk/BNC/src/bnccaster.h


Ignore:
Timestamp:
Nov 6, 2013, 2:57:57 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccaster.h

    r5524 r5528  
    4141
    4242 public:
    43    bncCaster(const QString& outFileName, int port);
     43   bncCaster();
    4444   ~bncCaster();
    4545   void addGetThread(bncGetThread* getThread, bool noNewThread = false);
     
    6666   void dumpEpochs(long minTime, long maxTime);
    6767   static int myWrite(QTcpSocket* sock, const char* buf, int bufLen);
     68   void reopenOutFile();
    6869
    6970   QFile*                   _outFile;
Note: See TracChangeset for help on using the changeset viewer.