X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSocketReader.hh;h=4d0c626072cdeb4c438ae44bd0785570e191d60d;hb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;hp=57326e3123455cb070f55bce3ff683987fe25e35;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/PPI/SocketReader.hh b/PPI/SocketReader.hh index 57326e3..4d0c626 100644 --- a/PPI/SocketReader.hh +++ b/PPI/SocketReader.hh @@ -77,7 +77,7 @@ namespace module { class SomeReader { public: - typedef unspecified_type Handle; // type of handle reqeusted + typedef unspecified_type Handle; // type of handle requested SomeReader(); // default constructible Packet::ptr operator()(Handle handle); // extraction function }; @@ -89,7 +89,7 @@ namespace module { public: typedef typename Reader::Handle Handle; ///< Handle type requested by the reader - connector::ActiveOutput output; ///< Output connector to which the data recevied is writtten + connector::ActiveOutput output; ///< Output connector to which the data received is written ActiveSocketReader(Handle handle); ///< Create new reader for the given handle /**< Data will be read from \a handle and be parsed by \a @@ -113,4 +113,5 @@ namespace module { // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: