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