datacommsserver/esockserver/inc/ss_nodemessages_internal.h
branchRCL_3
changeset 12 8b5d60ce1e94
parent 0 dfb7c4ff071f
equal deleted inserted replaced
11:98a7181d2ce7 12:8b5d60ce1e94
   230 	ECFSubConnDataTransferred		= 94, //email details to remek including comparison of conn and subconn
   230 	ECFSubConnDataTransferred		= 94, //email details to remek including comparison of conn and subconn
   231 	EStateChange                    = 95,
   231 	EStateChange                    = 95,
   232 	
   232 	
   233 	ECFTransportNotification		= 100,  // For SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
   233 	ECFTransportNotification		= 100,  // For SYMBIAN_ADAPTIVE_TCP_RECEIVE_WINDOW
   234 	
   234 	
   235     ECFProvisionConnectionInfo      = 101
   235     ECFProvisionConnectionInfo      = 101,
       
   236 	ECFDestroyOrphans               = 102
   236 	};
   237 	};
   237 protected:
   238 protected:
   238 	friend class ::CSockManData;
   239 	friend class ::CSockManData;
   239 
   240 
   240 /*
   241 /*
   349 	    IMPORTANT: There is no response to TProvisionConnectionInfo. If the recipient finds out
   350 	    IMPORTANT: There is no response to TProvisionConnectionInfo. If the recipient finds out
   350 	    that the configuration received is in any way inadequate, it cannot flag this
   351 	    that the configuration received is in any way inadequate, it cannot flag this
   351 	    fact until it is requested to do something (e.g.: TCFDataClient::Start)
   352 	    fact until it is requested to do something (e.g.: TCFDataClient::Start)
   352 	    */
   353 	    */
   353 	    typedef TMessageSigConnectionInfoPtr<ECFProvisionConnectionInfo, TCFMessage::ERealmId> TProvisionConnectionInfo;
   354 	    typedef TMessageSigConnectionInfoPtr<ECFProvisionConnectionInfo, TCFMessage::ERealmId> TProvisionConnectionInfo;
       
   355 
       
   356 	  typedef Messages::TMessageSigVoid <ECFDestroyOrphans, TCFMessage::ERealmId> TDestroyOrphans;
   354 	};
   357 	};
   355 } //namespace ESock
   358 } //namespace ESock
   356 
   359 
   357 #endif
   360 #endif
   358 // __SS_NODEMESSAGES_INTERNAL_H__
   361 // __SS_NODEMESSAGES_INTERNAL_H__