X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=input.h;h=79cfc54183dfb9bdfee82e25a3448ccdc7ae7bd1;hb=36bf9e6f11b86bb15007993ac7df5e2a651eb3e1;hp=50cfeaa4545b3e7e889e97b4064af384d18bb692;hpb=7c4707af4ea7af05e34bc0414d18d9fd54e4f23e;p=cubemap diff --git a/input.h b/input.h index 50cfeaa..79cfc54 100644 --- a/input.h +++ b/input.h @@ -21,6 +21,7 @@ public: virtual ~Input(); virtual InputProto serialize() const = 0; virtual std::string get_url() const = 0; + virtual void close_socket() = 0; }; #endif // !defined(_INPUT_H)