diff --git a/src/discoinforesponder.h b/src/discoinforesponder.h index f609e666b8f9f76132666c66ff12b94cd372ac39..b6cf9e847970a9449f2e4a60b33ea670e442e815 100644 --- a/src/discoinforesponder.h +++ b/src/discoinforesponder.h @@ -28,9 +28,11 @@ namespace Transport { +class Config; + class DiscoInfoResponder : public Swift::GetResponder { public: - DiscoInfoResponder(Swift::IQRouter *router); + DiscoInfoResponder(Swift::IQRouter *router, Config *config); ~DiscoInfoResponder(); void setTransportFeatures(std::list &features); @@ -43,6 +45,7 @@ class DiscoInfoResponder : public Swift::GetResponder { Swift::DiscoInfo m_transportInfo; Swift::DiscoInfo m_buddyInfo; + Config *m_config; }; } \ No newline at end of file