Index: trunk/BNC/src/PPP/pppMain.cpp
===================================================================
--- trunk/BNC/src/PPP/pppMain.cpp	(revision 5716)
+++ trunk/BNC/src/PPP/pppMain.cpp	(revision 5717)
@@ -40,4 +40,6 @@
  * -----------------------------------------------------------------------*/
 
+#include <iostream>
+
 #include "pppMain.h"
 #include "bncsettings.h"
@@ -59,4 +61,5 @@
 //////////////////////////////////////////////////////////////////////////////
 void t_pppMain::start() {
+  cout << "t_pppMain::start" << endl;
   readOptions();
 }
@@ -65,4 +68,5 @@
 //////////////////////////////////////////////////////////////////////////////
 void t_pppMain::stop() {
+  cout << "t_pppMain::stop" << endl;
 }
 
