22 #ifndef LOWPANCONNECTION_H_
23 #define LOWPANCONNECTION_H_
27 #include <ibrcommon/thread/Queue.h>
28 #include <ibrcommon/net/lowpanstream.h>
30 using namespace dtn::data;
48 void __cancellation()
throw ();
51 ibrcommon::lowpanstream &_stream;
52 ibrcommon::Queue<dtn::net::BundleTransfer> _queue;
77 ibrcommon::lowpanstream& getStream();
80 void setup() throw ();
81 void finally() throw ();
82 void __cancellation() throw ();
90 ibrcommon::lowpanstream _stream;
const ibrcommon::vaddress _address