source: ntrip/trunk/BNC/upload/bncephuploadcaster.h@ 3249

Last change on this file since 3249 was 3249, checked in by mervart, 13 years ago
File size: 361 bytes
Line 
1#ifndef BNCEPHUPLOADCASTER_H
2#define BNCEPHUPLOADCASTER_H
3
4#include <newmat.h>
5#include "bncuploadcaster.h"
6#include "bncephuser.h"
7
8class bncEphUploadCaster : public bncEphUser {
9 Q_OBJECT
10 public:
11 bncEphUploadCaster();
12 virtual ~bncEphUploadCaster();
13 protected:
14 virtual void ephBufferChanged();
15 private:
16 bncUploadCaster* _ephUploadCaster;
17};
18
19#endif
Note: See TracBrowser for help on using the repository browser.