home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / network / networkprotocol / networkprotocol.doc < prev    next >
Encoding:
Text File  |  2001-10-11  |  613 b   |  28 lines

  1. /*
  2. $Id:  qt/networkprotocol.doc   3.0.0   edited Jun 1 18:44 $
  3. */
  4.      
  5. /*! \page networkprotocol-example.html
  6.  
  7.   \ingroup network-examples
  8.  
  9.   \title A simple NNTP implementation
  10.  
  11.   This example shows how to implement your own QNetworkProtocol. The
  12.   protocol that was chosen for this example is NTTP. Please note that this
  13.   implementation is very simple since it is designed to be an example. It
  14.   should not be used as a real NNTP implemention.
  15.  
  16.   <hr>
  17.  
  18.   Header file (nntp.h):
  19.  
  20.   \include network/networkprotocol/nntp.h
  21.  
  22.   <hr>
  23.  
  24.   Implementation (nntp.cpp):
  25.  
  26.   \include network/networkprotocol/nntp.cpp
  27. */
  28.