Changeset 2923 in ntrip for trunk/BNC/bnctime.h


Ignore:
Timestamp:
Jan 29, 2011, 12:01:06 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctime.h

    r2917 r2923  
    2525  bool         operator==(const bncTime &time1) const;
    2626  bool         operator!=(const bncTime &time1) const;
     27  bool         operator<(const bncTime &time1) const;
     28  bool         operator>(const bncTime &time1) const;
     29  bool         operator<=(const bncTime &time1) const;
     30  bool         operator>=(const bncTime &time1) const;
    2731  double       operator-(const bncTime &time1) const;
    2832  bncTime      operator-(double sec) const;
Note: See TracChangeset for help on using the changeset viewer.