Changeset 711 in ntrip for trunk/BNC/RTCM/RTCM2.h


Ignore:
Timestamp:
Mar 8, 2008, 1:43:17 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2.h

    r709 r711  
    2828//   2006/10/17  OMO  Removed obsolete check of multiple message indicator
    2929//   2006/11/25  OMO  Revised check for presence of GLONASS data
    30 //   2008/03/07  AHA  Removed unnecessary failure flag
    3130//
    3231// (c) DLR/GSOC
     
    8281    // Input
    8382   
    84     void         get(const std::string& buf);
     83    void         get(std::string& buf);
    8584    void         get(std::istream& inp);
    8685    void         getHeader(std::string& buf);
     
    9594  private:
    9695
    97 //    bool         failure;
     96    bool         failure;
    9897
    9998    //
Note: See TracChangeset for help on using the changeset viewer.