#ifndef GNCODEC_H #define GNCODEC_H #include "GeoNetworking_Types.hh" #include "Codec.h" class GeoNetworkingCodec : public Codec { public: virtual int encode (const LibItsGeoNetworking__TypesAndValues::GeoNetworkingPdu&, OCTETSTRING& data); virtual int decode (const OCTETSTRING& data, LibItsGeoNetworking__TypesAndValues::GeoNetworkingPdu&); }; #endif