Changeset 73 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Aug 27, 2006, 8:40:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/m_date.h
r35 r73 1 1 // -*- C++ -*- 2 2 // 3 // $Id: m_date.h,v 1.1.1.1 2006/0 1/11 09:34:31mervart Exp $3 // $Id: m_date.h,v 1.1.1.1 2006/05/30 11:05:27 mervart Exp $ 4 4 // 5 5 … … 175 175 return tms.tm_mon+1; 176 176 } 177 const staticchar *_monthNames[];177 static const char *_monthNames[]; 178 178 const char *monthStr(); 179 179
Note:
See TracChangeset
for help on using the changeset viewer.