5 #ifndef vnsw_agent_interface_kstate_h
6 #define vnsw_agent_interface_kstate_h
11 vr_interface_req &encoder,
int id);
18 template <
typename ElementType>
20 std::stringstream strm;
21 typename vector<ElementType>::const_iterator it;
22 for(it = itf_sandesh.begin(); it != itf_sandesh.end(); ++it)
27 #endif //vnsw_agent_interface_kstate_h
const string SetItfSandesh(vector< ElementType > const &itf_sandesh)
void InitDumpRequest(vr_interface_req &req) const
InterfaceKState(KInterfaceResp *obj, const std::string &resp_ctx, vr_interface_req &encoder, int id)
const std::string TypeToString(int type) const
const std::string FlagsToString(int flags) const
virtual void SendNextRequest()
virtual void SendResponse()