Utils: Fix hexump() of nevative values
[senf.git] / Utils / Termlib / Telnet.hh
similarity index 97%
rename from Utils/Console/Telnet.hh
rename to Utils/Termlib/Telnet.hh
index d813474..c50f87b 100644 (file)
 ///////////////////////////////hh.p////////////////////////////////////////
 
 namespace senf {
-namespace console {
-namespace detail {
+namespace term {
 
     /** \brief  Telnet server
 
         \see 
-            <a href="http://tools.ietf.org/html/rfc854>RFC 854</a> The Telnet protocol \n
-            <a href="http://tools.ietf.org/html/rfc854>RFC 855</a> Telnet option specifications
+            <a href="http://tools.ietf.org/html/rfc854">RFC 854</a> The Telnet protocol \n
+            <a href="http://tools.ietf.org/html/rfc854">RFC 855</a> Telnet option specifications
 
         \todo SYNCH handling
      */
@@ -95,8 +94,6 @@ namespace detail {
         void decrementRequestCounter();
         bool requestsPending();
 
-    private:
-
 #ifndef DOXYGEN
     private:
 #endif
@@ -271,7 +268,7 @@ namespace telnethandler {
     
 }
 
-}}}
+}}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 #include "Telnet.cci"