Skip to content
Snippets Groups Projects
Commit ce99aaa2 authored by Valerio Pastore's avatar Valerio Pastore
Browse files

removed useless is_closed

parent cdaeeecf
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ public:
virtual int open()=0;
virtual int close()=0;
virtual bool is_open()=0;
virtual bool is_closed()=0;
virtual void setDest(std::string dest) = 0;
virtual void updateDest()=0;
virtual std::string getDest() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment