datacommsserver/esockserver/ssock/ss_thread.cpp
changeset 5 68ef71f0cd72
parent 1 21d2ab05f085
equal deleted inserted replaced
4:928ed51ddc43 5:68ef71f0cd72
    30 #include <comms-infras/ss_tiermanagerutils.h>
    30 #include <comms-infras/ss_tiermanagerutils.h>
    31 #include <metadatabase.h> //CMDBSession
    31 #include <metadatabase.h> //CMDBSession
    32 #include <elements/cftransportmsg.h>
    32 #include <elements/cftransportmsg.h>
    33 #include <elements/nm_address_internal.h>
    33 #include <elements/nm_address_internal.h>
    34 #include <elements/sd_msgs.h>
    34 #include <elements/sd_msgs.h>
    35 #include <elements/sd_rootserverchannelhandler.h>
       
    36 #include "ss_connectionserver.h"
    35 #include "ss_connectionserver.h"
    37 #include <comms-infras/ss_common.h>
    36 #include <comms-infras/ss_common.h>
    38 #include <comms-infras/ss_tiermanager.h>
    37 #include <comms-infras/ss_tiermanager.h>
    39 #include <cfforwardmsg.h>
    38 #include <cfforwardmsg.h>
    40 #include "ss_tierthreadmap.h"
    39 #include "ss_tierthreadmap.h"
    41 
    40 
       
    41 // Required for the VERIFY_RESULT's in CFBindMessageReceived and DoCompleteUnbinding.
       
    42 #include "../../../commsfwsupport/commselements/serverden/inc/sd_rootserverchannelhandler.h"
    42 
    43 
    43 #ifdef _DEBUG
    44 #ifdef _DEBUG
    44 // Panic category for "absolutely impossible!" vanilla ASSERT()-type panics from this module
    45 // Panic category for "absolutely impossible!" vanilla ASSERT()-type panics from this module
    45 // (if it could happen through user error then you should give it an explicit, documented, category + code)
    46 // (if it could happen through user error then you should give it an explicit, documented, category + code)
    46 _LIT(KSpecAssert_ESockSSocks_thrd, "ESockSSocks_thrd");
    47 _LIT(KSpecAssert_ESockSSocks_thrd, "ESockSSocks_thrd");