Changeset 5816 in ntrip
- Timestamp:
- Aug 6, 2014, 12:09:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.h
r5814 r5816 71 71 }; // namespace BNC_PPP 72 72 73 #define PPP_CLIENT (BNC::t_pppClient::instance()) 74 #define LOG (BNC::t_pppClient::instance()->log()) 75 #define OPT (BNC::t_pppClient::instance()->opt()) 73 #define PPP_CLIENT (BNC_PPP::t_pppClient::instance()) 74 #define LOG (BNC_PPP::t_pppClient::instance()->log()) 75 #define OPT (BNC_PPP::t_pppClient::instance()->opt()) 76 76 77 77 #endif
Note:
See TracChangeset
for help on using the changeset viewer.