X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTermlib%2FTelnet.hh;fp=Utils%2FConsole%2FTelnet.hh;h=c50f87b4d154d0606170d03591dae12bf5ccf189;hb=4004cfae8ca0e03a40385560e14bba730a801464;hp=d813474042559c5b69c4e84e44fbaa009970d082;hpb=22cb180183d1e2f2e19b3cf4c9d99aa34f8315f3;p=senf.git diff --git a/Utils/Console/Telnet.hh b/Utils/Termlib/Telnet.hh similarity index 97% rename from Utils/Console/Telnet.hh rename to Utils/Termlib/Telnet.hh index d813474..c50f87b 100644 --- a/Utils/Console/Telnet.hh +++ b/Utils/Termlib/Telnet.hh @@ -37,14 +37,13 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { -namespace console { -namespace detail { +namespace term { /** \brief Telnet server \see - RFC 855 Telnet option specifications + RFC 854 The Telnet protocol \n + RFC 855 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"