home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / src / net / web.cpp < prev   
C/C++ Source or Header  |  2001-08-21  |  729b  |  30 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name:        web.h
  3. // Purpose:     wxWeb: portable web browser-related class
  4. // Author:      Julian Smart
  5. // Modified by:
  6. // Created:     2001-08-21
  7. // RCS-ID:      $Id: web.cpp,v 1.1 2001/08/21 09:11:19 JS Exp $
  8. // Copyright:   (c) Julian Smart
  9. // Licence:     wxWindows licence
  10. /////////////////////////////////////////////////////////////////////////////
  11.  
  12. #ifdef __GNUG__
  13. #pragma implementation "web.h"
  14. #endif
  15.  
  16. // For compilers that support precompilation, includes "wx/wx.h".
  17. #include "wx/wxprec.h"
  18.  
  19. #ifdef __BORLANDC__
  20. #pragma hdrstop
  21. #endif
  22.  
  23. #ifndef WX_PRECOMP
  24. #include "wx/wx.h"
  25. #endif
  26.  
  27. #include "wx/string.h"
  28.  
  29.  
  30.