29#ifndef INCLUDE_OLA_NETWORK_SOCKETCLOSER_H_
30#define INCLUDE_OLA_NETWORK_SOCKETCLOSER_H_
Automatically close a socket when it goes out of scope.
Definition SocketCloser.h:49
~SocketCloser()
Destructor.
Definition SocketCloser.cpp:33
SocketCloser(int fd)
Create a new SocketCloser.
Definition SocketCloser.h:55
int Release()
Release the file descriptor.
Definition SocketCloser.h:72
The namespace containing all OLA symbols.
Definition Credentials.cpp:44