datacommsserver/esockserver/inc/ss_nodemessages_dataclient.h
branchRCL_3
changeset 12 8b5d60ce1e94
parent 0 dfb7c4ff071f
equal deleted inserted replaced
11:98a7181d2ce7 12:8b5d60ce1e94
   105 				      where it has many dataclients it simultaneously binds. If some succeed
   105 				      where it has many dataclients it simultaneously binds. If some succeed
   106 				      and some not, the operation must be rolled back for those who succeed.
   106 				      and some not, the operation must be rolled back for those who succeed.
   107 				      TBindTo sender may roll back a transaction by cancelling the reuqest (TCancel).
   107 				      TBindTo sender may roll back a transaction by cancelling the reuqest (TCancel).
   108 	*/
   108 	*/
   109     typedef Messages::TMessageSigNodeIdNumberDefault<ECFBindTo,  TCFDataClient::ERealmId> TBindTo;
   109     typedef Messages::TMessageSigNodeIdNumberDefault<ECFBindTo,  TCFDataClient::ERealmId> TBindTo;
   110     typedef Messages::TMessageSigNumberDefault<ECFBindToComplete, TCFDataClient::ERealmId> TBindToComplete;
   110     typedef Messages::TMessageSigVoid<ECFBindToComplete, TCFDataClient::ERealmId> TBindToComplete;
   111     typedef Messages::TMessageSigVoid<ECFCommitBindTo, TCFDataClient::ERealmId> TCommitBindTo;
   111     typedef Messages::TMessageSigVoid<ECFCommitBindTo, TCFDataClient::ERealmId> TCommitBindTo;
   112 
   112 
   113 	/**
   113 	/**
   114 	The message provisions all the necessary information to configure the recipient.
   114 	The message provisions all the necessary information to configure the recipient.
   115 	This is typically sent by a control provider to its freshly created dataclient.
   115 	This is typically sent by a control provider to its freshly created dataclient.