• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/net/
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.h 35650 2005-09-23 12:56:45Z MR $
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
20class wxWeb
21{
22public:
23//// Ctor/dtor
24    wxWeb() {};
25
26//// Operations
27
28protected:
29};
30
31
32#endif //_WX_WEB_H_
33
34