diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-04-12 13:56:02 +0200 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-24 09:04:03 -0700 |
commit | 23c303f87b9ab8f4f44c635beaaedaa3511ffb17 (patch) | |
tree | eecba7f77a713de7dda2b50c7e5327991a726d70 /src/lib/ecore_con/efl_net_socket_windows.eo | |
parent | a90752354581f1473684060e410f4078fd2e1043 (diff) |
Efl.Loop_* (from Efl.Loop.*)
Ref https://phab.enlightenment.org/T6847
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_con/efl_net_socket_windows.eo')
-rw-r--r-- | src/lib/ecore_con/efl_net_socket_windows.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_socket_windows.eo b/src/lib/ecore_con/efl_net_socket_windows.eo index 6e4d2c4382..305fb667b7 100644 --- a/src/lib/ecore_con/efl_net_socket_windows.eo +++ b/src/lib/ecore_con/efl_net_socket_windows.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Socket.Windows (Efl.Loop.Consumer, Efl.Net.Socket) { | 1 | class Efl.Net.Socket.Windows (Efl.Loop_Consumer, Efl.Net.Socket) { |
2 | [[A base Windows NamedPipe socket. | 2 | [[A base Windows NamedPipe socket. |
3 | 3 | ||
4 | This is the common class and takes an existing file HANDLE, | 4 | This is the common class and takes an existing file HANDLE, |