/* * * apps/videoServer/Streamer.H -- * * Copyright (C) Nicolas Roussel * * See the file LICENSE for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ #ifndef Streamer_H #define Streamer_H #include #include using namespace nucleo ; class Streamer : public ReactiveObject { protected: TcpConnection *connection ; public: } ; #endif