- Timestamp:
- Aug 6, 2014, 6:12:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppOptions.cpp
r5837 r5843 136 136 // 137 137 ////////////////////////////////////////////////////////////////////////////// 138 double t_pppOptions::maxRes(t_lc::type /* tLC */) const { 139 return _maxResC1; 138 double t_pppOptions::maxRes(t_lc::type tLC) const { 139 140 if (t_lc::includesCode(tLC)) { 141 return _maxResC1; 142 } 143 else { 144 return _maxResL1; 145 } 140 146 }
Note:
See TracChangeset
for help on using the changeset viewer.