You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/network/networkprotocol
Michele Calgaro 252a2ec8b0
Rename IO and network class nt* related files to equivalent tq*
3 months ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
main.cpp Rename IO and network class nt* related files to equivalent tq* 3 months ago
networkprotocol.doc Rename IO and network class nt* related files to equivalent tq* 3 months ago
networkprotocol.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
nntp.cpp Rename IO and network class nt* related files to equivalent tq* 3 months ago
nntp.h Rename IO and network class nt* related files to equivalent tq* 3 months ago
view.cpp Rename IO and network class nt* related files to equivalent tq* 3 months ago
view.h Rename IO and network class nt* related files to equivalent tq* 3 months ago

README

This class shows you how to implement your own network protocols and how to
use them in a program. This example is part of the network module.

The class Nntp implements the nntp protocol.  The implementation of the
protocol is not complete and should not be used in real programs.