* @brief Void constructor. */
| 53 | * @brief Void constructor. |
| 54 | */ |
| 55 | unix_dgram_server::unix_dgram_server(void) : bound(false) {} |
| 56 | |
| 57 | /** |
| 58 | * @brief Constructs and binds a socket |
nothing calls this directly
no outgoing calls
no test coverage detected