#ifndef RSGNP_H #define RSGNP_H #include "pqi/pqiservice.h" /*! * Retroshare general network protocol * * This deals with the receiving and sending * RsGxs data * */ class RsGnp { public: RsGnp(); }; #endif // RSGNP_H