Changeset 5745 in ntrip for trunk/BNC/src/t_prn.cpp


Ignore:
Timestamp:
Aug 2, 2014, 4:52:00 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/t_prn.cpp

    r5741 r5745  
    55#include "t_prn.h"
    66
    7 using namespace BNC;
    87using namespace std;
    98
     
    9089//
    9190//////////////////////////////////////////////////////////////////////////////
    92 istream& GPSS::operator >> (istream& in, t_prn& prn) {
     91istream& operator >> (istream& in, t_prn& prn) {
    9392  string str;
    9493  in >> str;
Note: See TracChangeset for help on using the changeset viewer.