Changeset 1383 in ntrip for trunk/BNC/bncnetqueryv1.h


Ignore:
Timestamp:
Dec 29, 2008, 9:45:21 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv1.h

    r1382 r1383  
    1 #ifndef BNCSOCKET_H
    2 #define BNCSOCKET_H
     1#ifndef BNCNETQUERYV1_H
     2#define BNCNETQUERYV1_H
    33
    4 #include <QtNetwork>
    5 #include "bncconst.h"
     4#include "bncnetquery.h"
    65
    7 class bncSocket : public QObject {
     6class bncNetQueryV1 : public bncNetQuery {
    87 Q_OBJECT
    98
    109 public:
    11   bncSocket();
    12   ~bncSocket();
     10  bncNetQueryV1();
     11  ~bncNetQueryV1();
    1312
    1413  void       close();
Note: See TracChangeset for help on using the changeset viewer.