18 #ifndef _DECAF_INTERNAL_NET_NETWORK_H_ 19 #define _DECAF_INTERNAL_NET_NETWORK_H_ 86 this->addNetworkResource(resource);
116 static Network* getNetworkRuntime();
121 static void initializeNetworking();
128 static void shutdownNetworking();
Mutex object that offers recursive support on all platforms as well as providing the ability to use t...
Definition: Mutex.h:39
Interface for all Managed Resources in Decaf, these objects are added to the Runtime System and are d...
Definition: Resource.h:33
A Generic Resource wraps some type and will delete it when the Resource itself is deleted...
Definition: GenericResource.h:36
void addAsResource(T *value)
Definition: Network.h:84
Internal class used to manage Networking related resources and hide platform dependent calls from the...
Definition: Network.h:39
#define DECAF_API
Definition: Config.h:29
Interface for a runnable object - defines a task that can be run by a thread.
Definition: Runnable.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25