hti/HtiCommPlugins/HtiIPCommPlugin/src/HtiIPCommserver.cpp
branchCompilerCompatibility
changeset 7 a06e2496af8b
parent 4 73ff0d268e1d
equal deleted inserted replaced
5:d66d145d3d1e 7:a06e2496af8b
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include "HtiIPCommServerCommon.h"
    23 #include "HtiIPCommServerCommon.h"
    24 #include "HtiIPCommServer.h"
    24 #include "HtiIPCommServer.h"
    25 #include "HtiIPCommServerSession.h"
    25 #include "HtiIPCommServerSession.h"
    26 #include "HtiIPCommlogging.h"
    26 #include "HtiIPCommLogging.h"
    27 
    27 
    28 CHtiIPCommServer::CHtiIPCommServer()
    28 CHtiIPCommServer::CHtiIPCommServer()
    29     :CServer2( EPriorityUserInput, EUnsharableSessions ),
    29     :CServer2( EPriorityUserInput, EUnsharableSessions ),
    30     iConnectionManager( NULL ),
    30     iConnectionManager( NULL ),
    31     iRunning( EFalse ),
    31     iRunning( EFalse ),