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.
qt3/examples/network/networkprotocol
Timothy Pearson 9a75b154bf
Undo prior accidental commit
12 years ago
..
README Add Qt3 development HEAD version 13 years ago
main.cpp Undo prior accidental commit 12 years ago
networkprotocol.doc Add Qt3 development HEAD version 13 years ago
networkprotocol.pro Add Qt3 development HEAD version 13 years ago
nntp.cpp Add Qt3 development HEAD version 13 years ago
nntp.h Add Qt3 development HEAD version 13 years ago
view.cpp Add Qt3 development HEAD version 13 years ago
view.h Add Qt3 development HEAD version 13 years 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.