xref: /haiku/src/add-ons/kernel/file_systems/netfs/shared/Connection.cpp (revision 8d2bf6953e851d431fc67de1bc970c40afa79e9f)
1 // Connection.cpp
2 
3 #include "Connection.h"
4 
5 // Connection
6 
7 // constructor
8 Connection::Connection()
9 {
10 }
11 
12 // destructor
13 Connection::~Connection()
14 {
15 }
16 
17