removed needless Boost.Iostreams dependency
[senf.git] / senf / Utils / Termlib / Telnet.hh
index 4806880..04100e2 100644 (file)
 // Custom includes
 #include <vector>
 #include <map>
-#include <senf/Socket.hh>
 #include <senf/Scheduler/Scheduler.hh>
 #include <senf/Scheduler/ClockService.hh>
 
 //#include "Telnet.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace term {
@@ -286,7 +285,7 @@ namespace term {
             OptInfo();
             OptInfo(bool local, option_type option);
 
-            ///////////////////////////////////////////////////////////////
+            //-////////////////////////////////////////////////////////////
 
             bool const local;
             option_type const option;
@@ -320,8 +319,8 @@ namespace term {
         option_type option_;
         std::string data_;
 
-        senf::scheduler::FdEvent inputEvent_;
-        senf::scheduler::FdEvent outputEvent_;
+        scheduler::FdEvent inputEvent_;
+        scheduler::FdEvent outputEvent_;
 
         unsigned pendingRequests_;
 
@@ -365,7 +364,7 @@ namespace telnethandler {
     /** \brief Implement TERMINAL_TYPE option
 
         This telnet handler implements the TERMINAL_TYPE option. The handler automatically requests
-        the first terminal type during initialization. Further terminal types may then be reqeusted
+        the first terminal type during initialization. Further terminal types may then be requested
         by calling nextTerminalType().
 
         The last received terminal type will be returned by the terminalType() member.
@@ -437,7 +436,7 @@ namespace telnethandler {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "Telnet.cci"
 
 //#include "Telnet.ct"