fixes for g++ 4.5 (some members returned "the constructor, not the type")
[senf.git] / senf / Utils / Termlib / Telnet.hh
index 4806880..88ff468 100644 (file)
@@ -34,7 +34,7 @@
 #include <senf/Scheduler/ClockService.hh>
 
 //#include "Telnet.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace term {
@@ -286,7 +286,7 @@ namespace term {
             OptInfo();
             OptInfo(bool local, option_type option);
 
-            ///////////////////////////////////////////////////////////////
+            //-////////////////////////////////////////////////////////////
 
             bool const local;
             option_type const option;
@@ -365,7 +365,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 +437,7 @@ namespace telnethandler {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "Telnet.cci"
 
 //#include "Telnet.ct"