move wx/gsocket.h to wx/private/gsocket.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-26 12:21:56 +00:00
parent 3c0b7f4e46
commit 04889c59c6
12 changed files with 24 additions and 26 deletions

View File

@@ -1,18 +1,16 @@
/* -------------------------------------------------------------------------
* Project: GSocket (Generic Socket)
* Name: gsocket.h
* Author: Guilhem Lavaux
* Guillermo Rodriguez Garcia <guille@iies.es>
* Copyright: (c) Guilhem Lavaux
* (c) 2007,2008 Vadim Zeitlin <vadim@wxwidgets.org>
* Licence: wxWindows Licence
* Purpose: GSocket include file (system independent)
* CVSID: $Id$
* -------------------------------------------------------------------------
*/
/////////////////////////////////////////////////////////////////////////////
// Name: wx/private/gsocket.h
// Purpose: GSocket implementation
// Authors: Guilhem Lavaux, Vadim Zeitlin
// Created: April 1997
// RCS-ID: $Id$
// Copyright: (c) 1997 Guilhem Lavaux
// (c) 2008 Vadim Zeitlin
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_GSOCKET_H_
#define _WX_GSOCKET_H_
#ifndef _WX_PRIVATE_GSOCKET_H_
#define _WX_PRIVATE_GSOCKET_H_
#include "wx/defs.h"
@@ -350,4 +348,4 @@ GSocketError GAddress_UNIX_GetPath(GAddress *address, char *path, size_t sbuf);
#endif /* wxUSE_SOCKETS */
#endif /* _WX_GSOCKET_H_ */
#endif /* _WX_PRIVATE_GSOCKET_H_ */

View File

@@ -16,7 +16,7 @@
#if wxUSE_SOCKETS && wxUSE_SELECT_DISPATCHER
#include "wx/private/selectdispatcher.h"
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
class WXDLLIMPEXP_BASE wxGSocketIOHandler : public wxFDIOHandler
{

View File

@@ -22,7 +22,7 @@
#include "wx/event.h"
#include "wx/sckaddr.h"
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/list.h"
// ------------------------------------------------------------------------

View File

@@ -32,7 +32,7 @@
#endif
#endif // !WX_PRECOMP
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/socket.h"
#include "wx/sckaddr.h"

View File

@@ -19,7 +19,7 @@
#include <gdk/gdk.h>
#include <glib.h>
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/apptrait.h"
extern "C" {

View File

@@ -19,7 +19,7 @@
#include <gdk/gdk.h>
#include <glib.h>
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/apptrait.h"
extern "C" {

View File

@@ -15,7 +15,7 @@
#include <X11/Intrinsic.h> // XtAppAdd/RemoveInput()
#include "wx/motif/private.h" // wxGetAppContext()
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/apptrait.h"
extern "C" {

View File

@@ -57,7 +57,7 @@
#if wxUSE_SOCKETS
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/link.h"
wxFORCE_LINK_MODULE(gsockmsw)

View File

@@ -36,7 +36,7 @@
# pragma warning(disable:4115) /* named type definition in parentheses */
#endif
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/apptrait.h"
#include "wx/link.h"

View File

@@ -12,7 +12,7 @@
#if wxUSE_SOCKETS
#include <stdlib.h>
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/app.h"
#include "wx/apptrait.h"

View File

@@ -10,7 +10,7 @@
#if wxUSE_SOCKETS
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/apptrait.h"
#include <CoreFoundation/CoreFoundation.h>

View File

@@ -16,7 +16,7 @@
#if wxUSE_SOCKETS
#include "wx/gsocket.h"
#include "wx/private/gsocket.h"
#include "wx/private/fd.h"
#include "wx/private/socket.h"