- Timestamp:
- Jul 31, 2014, 12:22:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.cpp
r5716 r5717 40 40 * -----------------------------------------------------------------------*/ 41 41 42 #include <iostream> 43 42 44 #include "pppMain.h" 43 45 #include "bncsettings.h" … … 59 61 ////////////////////////////////////////////////////////////////////////////// 60 62 void t_pppMain::start() { 63 cout << "t_pppMain::start" << endl; 61 64 readOptions(); 62 65 } … … 65 68 ////////////////////////////////////////////////////////////////////////////// 66 69 void t_pppMain::stop() { 70 cout << "t_pppMain::stop" << endl; 67 71 } 68 72
Note:
See TracChangeset
for help on using the changeset viewer.