mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
chore: IListenSocket remove unneeed overrides of nothing
This commit is contained in:
parent
2b83a0ac0f
commit
8d0c1af032
@ -34,9 +34,4 @@ public:
|
||||
virtual std::unique_ptr<IDataSocket> accept() = 0;
|
||||
|
||||
//@}
|
||||
|
||||
// ISocket overrides
|
||||
void bind(const NetworkAddress &) override = 0;
|
||||
void close() override = 0;
|
||||
void *getEventTarget() const override = 0;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user