20 #ifndef _SANDESH_TRANSPORT_TSIMPLEFILETRANSPORT_H_
21 #define _SANDESH_TRANSPORT_TSIMPLEFILETRANSPORT_H_ 1
25 namespace contrail {
namespace sandesh {
namespace transport {
41 #endif // _SANDESH_TRANSPORT_TSIMPLEFILETRANSPORT_H_
int32_t read(uint8_t *buf, uint32_t len)
int32_t write(const uint8_t *buf, uint32_t len)
TSimpleFileTransport(const std::string &path, bool read=true, bool write=false)