Changeset 3207 in ntrip for trunk/BNC/upload/bncuploadcaster.h


Ignore:
Timestamp:
Mar 30, 2011, 7:02:18 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncuploadcaster.h

    r3206 r3207  
    2020                  const QString& rnxFileName,
    2121                  const QString& outFileName);
     22 protected:
    2223  virtual ~bncUploadCaster();
     24 public:
     25  void deleteSafely();
    2326  virtual void run();
    2427  void decodeRtnetStream(char* buffer, int bufLen,
     
    4043
    4144  QMap<QString, t_eph*>* _ephMap;
     45  bool                   _isToBeDeleted;
    4246  QMutex                 _mutex; 
    4347  QString                _rtnetStreamBuffer;
Note: See TracChangeset for help on using the changeset viewer.