]> git.saurik.com Git - wxWidgets.git/blob - contrib/include/wx/net/web.h
Nuke #pragma implementation/interface's
[wxWidgets.git] / contrib / include / wx / net / web.h
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$
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_WEB_H_
13 #define _WX_WEB_H_
14
15 /*
16 * wxWeb
17 * Miscellaneous web functions
18 */
19
20 class wxWeb
21 {
22 public:
23 //// Ctor/dtor
24 wxWeb() {};
25
26 //// Operations
27
28 protected:
29 };
30
31
32 #endif //_WX_WEB_H_
33