diff options
Diffstat (limited to 'src/net/network.h')
-rw-r--r-- | src/net/network.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/network.h b/src/net/network.h index 0701a956..42590adf 100644 --- a/src/net/network.h +++ b/src/net/network.h @@ -50,6 +50,9 @@ namespace Net */ void finalize(); + /** + * Returns a new Connection object. Should be deleted by the caller. + */ Connection *getConnection(); /** |