diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2017-12-13 14:49:57 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-12-13 14:54:57 -0800 |
commit | df032058fd313b07cdc7288a8811ccf88f9ba247 (patch) | |
tree | 7fe1b3569290a23d163013feeeb9d04fe6b4e96e /src/lib/ecore_con/efl_net_socket_windows.eo | |
parent | 433c7ef8fe1c8d5a910e40a7af95574bff6d1d84 (diff) |
ecore: rename Efl.Loop_User to Efl.Loop.Consumer.
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 e53d10df54..6e4d2c4382 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_User, 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, |