diff -r 68ef71f0cd72 -r 77effd21b2c9 datacommsserver/esockserver/inc/ss_nodeinterfaces.h --- a/datacommsserver/esockserver/inc/ss_nodeinterfaces.h Tue Feb 02 00:53:00 2010 +0200 +++ b/datacommsserver/esockserver/inc/ss_nodeinterfaces.h Sat Feb 20 00:01:55 2010 +0200 @@ -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