X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTermlib%2FTelnet.hh;h=88ff468bcfa11accf62782bf03a83f84d16be178;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=480688078594df62158f0d297d5afcb8dcff30fe;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Termlib/Telnet.hh b/senf/Utils/Termlib/Telnet.hh index 4806880..88ff468 100644 --- a/senf/Utils/Termlib/Telnet.hh +++ b/senf/Utils/Termlib/Telnet.hh @@ -34,7 +34,7 @@ #include //#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"