datacommsserver/esockserver/ssock/ss_conn.cpp
branchRCL_3
changeset 12 8b5d60ce1e94
parent 11 98a7181d2ce7
child 14 4ccf8e394726
equal deleted inserted replaced
11:98a7181d2ce7 12:8b5d60ce1e94
   144 	// Handle error during start.
   144 	// Handle error during start.
   145 	THROUGH_NODEACTIVITY_ENTRY(ConnActivities::CStartAttachActivity::KCancelTag, MeshMachine::TDoNothing, MeshMachine::TErrorTag)	// just a tag
   145 	THROUGH_NODEACTIVITY_ENTRY(ConnActivities::CStartAttachActivity::KCancelTag, MeshMachine::TDoNothing, MeshMachine::TErrorTag)	// just a tag
   146 #ifdef SYMBIAN_NETWORKING_UPS
   146 #ifdef SYMBIAN_NETWORKING_UPS
   147 	THROUGH_NODEACTIVITY_ENTRY(CStartAttachActivity::KUpsErrorTag, TDoNothing, MeshMachine::TErrorTag)
   147 	THROUGH_NODEACTIVITY_ENTRY(CStartAttachActivity::KUpsErrorTag, TDoNothing, MeshMachine::TErrorTag)
   148 #endif
   148 #endif
       
   149 
       
   150 	// If there is a stop activity outstanding (it should be waiting for this activity to complete) then we will leave that to decide the fate of our service providers
       
   151 	THROUGH_NODEACTIVITY_ENTRY(KErrorTag, ConnActivities::CStartAttachActivity::TSetIdleIfStopOutstanding, MeshMachine::TErrorTag)
       
   152 
   149 	NODEACTIVITY_ENTRY(KErrorTag, CoreNetStates::TSendClientLeavingRequestToServiceProviders, MeshMachine::TAwaitingLeaveComplete, MeshMachine::TNoTag)
   153 	NODEACTIVITY_ENTRY(KErrorTag, CoreNetStates::TSendClientLeavingRequestToServiceProviders, MeshMachine::TAwaitingLeaveComplete, MeshMachine::TNoTag)
   150 	NODEACTIVITY_ENTRY(KNoTag, CoreNetStates::TSetIdleIfNoServiceProviders, MeshMachine::TAwaitingLeaveComplete, ConnectionCleanupActivities::TNoTagOrNoTagBackwards)
   154 	NODEACTIVITY_ENTRY(KNoTag, CoreNetStates::TSetIdleIfNoServiceProviders, MeshMachine::TAwaitingLeaveComplete, ConnectionCleanupActivities::TNoTagOrNoTagBackwards)
   151 	LAST_NODEACTIVITY_ENTRY(KNoTag, MeshMachine::TDoNothing)
   155 	LAST_NODEACTIVITY_ENTRY(KNoTag, MeshMachine::TDoNothing)
   152 NODEACTIVITY_END()
   156 NODEACTIVITY_END()
   153 }
   157 }