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