Fixed "c" prefix compile error on Windows

This commit is contained in:
Xinyu Hou
2014-11-11 14:50:09 +00:00
parent 34d8de4c3b
commit 1aaa55163c
20 changed files with 104 additions and 104 deletions

View File

@@ -46,5 +46,5 @@ CTCPSocketFactory::create() const
IListenSocket*
CTCPSocketFactory::createListen() const
{
return new CTCPListenSocket(m_events, m_socketMultiplexer);
return new TCPListenSocket(m_events, m_socketMultiplexer);
}