diff -r 09352266b4c6 -r e8bbc934663a datacommsserver/esockserver/inc/ss_nodeinterfaces.h --- a/datacommsserver/esockserver/inc/ss_nodeinterfaces.h Mon Mar 08 21:44:35 2010 +0000 +++ b/datacommsserver/esockserver/inc/ss_nodeinterfaces.h Sun Mar 14 13:14:18 2010 +0000 @@ -93,8 +93,8 @@ EActive = 0x00000400,//Given away handle to this client and got a response, i.e.: assuming somebody bound to the client until //the client reports idle. (cleared by TDataClientIdle). EStarting = 0x00000800,// - EStarted = 0x00001000,//The client has sent TStarted (cleared by TStopped). - + EStarted = 0x00001000,//The client has sent TStarted . + EStopping = 0x00002000,//Stop Data Cients (cleared by TStopped) /** Internal, not to be used by partners