tacticonserver/server/src/tacticonserver.cpp
changeset 15 8c57b70b4bf3
parent 0 d54f32e146dd
equal deleted inserted replaced
14:603911b3f166 15:8c57b70b4bf3
    22 #include "tacticonserver.h"
    22 #include "tacticonserver.h"
    23 #include "tacticonsession.h"
    23 #include "tacticonsession.h"
    24 #include "tacticondefs.h"
    24 #include "tacticondefs.h"
    25 #include "tacticonshutdown.h"
    25 #include "tacticonshutdown.h"
    26 #include "tacticontrace.h"
    26 #include "tacticontrace.h"
    27 #include "osttracedefinitions.h" 
    27 #include "OstTraceDefinitions.h" 
    28 #ifdef OST_TRACE_COMPILER_IN_USE 
    28 #ifdef OST_TRACE_COMPILER_IN_USE 
    29 #include "tacticonservertraces.h"
    29 #include "tacticonserverTraces.h"
    30 #endif
    30 #endif
    31 
    31 
    32 // --------------------------------------------------------------------------
    32 // --------------------------------------------------------------------------
    33 // RunServerL
    33 // RunServerL
    34 // Initialize and run the server.
    34 // Initialize and run the server.