X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=input.h;h=79cfc54183dfb9bdfee82e25a3448ccdc7ae7bd1;hp=50cfeaa4545b3e7e889e97b4064af384d18bb692;hb=3fdf2e48bca3edcb0de00e0dbd0d0aae81ba9aa9;hpb=7c4707af4ea7af05e34bc0414d18d9fd54e4f23e 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)