diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:09:58 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:09:58 +0900 |
commit | 24cf53ad6eaa0eb9a873b909e932d95417f52d2c (patch) | |
tree | 0d2f19a76536d09d0fe6e22874ce572eda70eccd /builds/msvc/libxs/libxs.vcxproj | |
parent | 0641ffa5e9588dd7daaf389c40a213994fe4b1b1 (diff) |
io_thread_t merged with poller_base_t
The relationship of these two classes was 1:1.
Thus one of them was obsolete.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc/libxs/libxs.vcxproj')
-rw-r--r-- | builds/msvc/libxs/libxs.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builds/msvc/libxs/libxs.vcxproj b/builds/msvc/libxs/libxs.vcxproj index cbc88f3..22509eb 100644 --- a/builds/msvc/libxs/libxs.vcxproj +++ b/builds/msvc/libxs/libxs.vcxproj @@ -113,7 +113,6 @@ <ClCompile Include="..\..\..\src\err.cpp" /> <ClCompile Include="..\..\..\src\fq.cpp" /> <ClCompile Include="..\..\..\src\io_object.cpp" /> - <ClCompile Include="..\..\..\src\io_thread.cpp" /> <ClCompile Include="..\..\..\src\ip.cpp" /> <ClCompile Include="..\..\..\src\ipc_address.cpp" /> <ClCompile Include="..\..\..\src\ipc_connecter.cpp" /> @@ -184,7 +183,6 @@ <ClInclude Include="..\..\..\src\fq.hpp" /> <ClInclude Include="..\..\..\src\i_engine.hpp" /> <ClInclude Include="..\..\..\src\io_object.hpp" /> - <ClInclude Include="..\..\..\src\io_thread.hpp" /> <ClInclude Include="..\..\..\src\ip.hpp" /> <ClInclude Include="..\..\..\src\ipc_address.hpp" /> <ClInclude Include="..\..\..\src\ipc_connecter.hpp" /> |