xref: /haiku/src/add-ons/kernel/file_systems/netfs/shared/Connection.cpp (revision 002f37b0cca92e4cf72857c72ac95db5a8b09615)
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