Changeset 5816 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 6, 2014, 12:09:16 PM (10 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.