datacommsserver/esockserver/test/providers/dummy/inc/dummypr_metaconnprov.h
branchRCL_3
changeset 18 9644881fedd0
parent 13 0b0e9fce0b58
child 21 07656293a99c
equal deleted inserted replaced
17:9ddb1d67ebaf 18:9644881fedd0
    41 		{
    41 		{
    42 		EDontStart = 0,					  //when lit on CprConfig, the CPR will fail to start
    42 		EDontStart = 0,					  //when lit on CprConfig, the CPR will fail to start
    43 		ESCPRHangOnRebind = 1,			  //when lit on CprConfig, the SCPR will hang on rebind
    43 		ESCPRHangOnRebind = 1,			  //when lit on CprConfig, the SCPR will hang on rebind
    44 		ESCPRHangOnStart  = 2,			  //when lit on CprConfig, the SCPR will hang on start
    44 		ESCPRHangOnStart  = 2,			  //when lit on CprConfig, the SCPR will hang on start
    45 		ESCPRFailOnRebind = 3,            //when lit on CprConfig, the SCPR will fail on rebind
    45 		ESCPRFailOnRebind = 3,            //when lit on CprConfig, the SCPR will fail on rebind
       
    46 		ECPRWaitOnThreeSecDestroy = 4,   //when lit on CprConfig, the CPR will wait for 3 sec on destroy before resuming
    46 		};
    47 		};
    47 
    48 
    48 	static TBool Is(TInt aValue, TInt aFlags)
    49 	static TBool Is(TInt aValue, TInt aFlags)
    49 	    {
    50 	    {
    50 	    aFlags = (1 << aFlags);
    51 	    aFlags = (1 << aFlags);