15 #include "config_nativenet.h" 17 #include "socket_ip.h" 18 #include "socket_tcp.h" 19 #include "socket_tcp_listen.h" 20 #include "socket_tcp_ssl.h" 21 #include "socket_udp_incoming.h" 22 #include "socket_udp_outgoing.h" 23 #include "socket_udp.h" 24 #include "socket_portable.h" 25 #include "buffered_datagramconnection.h" 26 #include "pandaSystem.h" 30 Configure(config_nativenet);
31 NotifyCategoryDef(nativenet,
"");
33 ConfigureFn(config_nativenet) {
48 static bool initialized =
false;
54 Socket_IP::init_type();
55 Socket_TCP::init_type();
56 Socket_TCP_Listen::init_type();
58 Socket_TCP_SSL::init_type();
60 Socket_UDP_Incoming::init_type();
61 Socket_UDP_Outgoing::init_type();
62 Socket_UDP::init_type();
63 Buffered_DatagramConnection::init_type();
static PandaSystem * get_global_ptr()
Returns the global PandaSystem object.
This class is used as a namespace to group several global properties of Panda.
void add_system(const string &system)
Intended for use by each subsystem to register itself at startup.