bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

crlf and lfcr?


From: Alex Pavloff
Subject: crlf and lfcr?
Date: Mon, 18 Mar 2002 10:48:44 -0800

(Whoops, went to cplusplus-devel instead of the real mailing list...
punishment suggestions, anyone?)

Hello folks.

While adjusting my Unix domain socket classes to work with
commoncpp2-0.99.1, I came across the following declarations in TCPStream
(and similar ones in TTYStream)

        friend TCPStream& crlf(TCPStream&);
        friend TCPStream& lfcr(TCPStream&);

However, I can't find the bodies for either of these functions anywhere.
What are they?

Alex Pavloff
Software Engineer
Eason Technology



reply via email to

[Prev in Thread] Current Thread [Next in Thread]