OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
qos_config_kstate.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef vnsw_agent_qos_config_kstate_h
6 #define vnsw_agent_qos_config_kstate_h
7 
8 class QosConfigKState: public KState {
9 public:
10  QosConfigKState(KQosConfigResp *obj, const std::string &resp_ctx,
11  vr_qos_map_req &req, int id);
12  virtual void SendResponse();
13  virtual void Handler();
14  virtual void SendNextRequest();
15 };
16 
17 #endif
virtual void Handler()
virtual void SendNextRequest()
Definition: kstate.h:24
QosConfigKState(KQosConfigResp *obj, const std::string &resp_ctx, vr_qos_map_req &req, int id)
virtual void SendResponse()