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