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