blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/Socket.hpp"
#include "blocxx/UnnamedPipe.hpp"
#include "blocxx/Assertion.hpp"
#include "blocxx/MutexLock.hpp"
#include "blocxx/Exception.hpp"
#include "blocxx/IOException.hpp"
#include "blocxx/ExceptionIds.hpp"
#include "blocxx/SocketImpl.hpp"
#include "blocxx/GlobalMutex.hpp"
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Variables | |
static bool | BLOCXX_NAMESPACE::b_gotShutDown = false |
static GlobalMutex | BLOCXX_NAMESPACE::shutdownMutex = { 0, 0, {0, PTHREAD_MUTEX_INITIALIZER} } |