1 #ifndef SZA_UTIL_NETTERMHANDLER_H
2 #define SZA_UTIL_NETTERMHANDLER_H
65 static const unsigned LINE_LEN;
66 static const unsigned BUF_SIZE;
70 std::string lastLine_;
75 static NET_READ_HANDLER(readMsg);
84 #endif // End #ifndef SZA_UTIL_NETTERMHANDLER_H
Tagged: Sun Apr 4 22:36:40 UTC 2004.
MsgType getLastMsgType()
Return the last message type read into the network buffer.
std::string getLastLine()
Return a copy of the last line read into the network buffer.
A handler for network messages between terminal servers and clients.
virtual ~NetTermHandler()
Destructor.
NetTermHandler()
Constructor.
void sendLine(std::string &line)
Pack a line.