efl_net: make efl.net.server.fd abstract

Summary:
noone instanciantes it directly, further more it has pure_virtual
functions, which are making sense. So making this class abstract does
fix the issue of pure_virtual functions in class.

ref T7632

Depends on D7669

Reviewers: cedric, segfaultxavi, zmike, q66

Reviewed By: segfaultxavi

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7632

Differential Revision: https://phab.enlightenment.org/D7670
This commit is contained in:
Marcel Hollerbach 2019-01-17 17:14:38 +01:00 committed by Daniel Kolesa
parent 48b43928bb
commit 0a95767a0c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class Efl.Net.Server_Fd (Efl.Loop_Fd, Efl.Net.Server) {
abstract Efl.Net.Server_Fd (Efl.Loop_Fd, Efl.Net.Server) {
[[A generic server based on file descriptors.
@since 1.19