2008-03-13 02:56:21 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: class_net.h
|
|
|
|
// Purpose: Networking classes group docs
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 13:29:13 +00:00
|
|
|
// Licence: wxWindows licence
|
2008-03-13 02:56:21 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
@defgroup group_class_net Networking
|
|
|
|
@ingroup group_class
|
|
|
|
|
|
|
|
wxWidgets provides its own classes for socket based networking.
|
|
|
|
|
2008-12-12 18:51:54 +00:00
|
|
|
Related macros/global-functions group: @ref group_funcmacro_networkuseros
|
|
|
|
|
2008-03-13 02:56:21 +00:00
|
|
|
*/
|
|
|
|
|