userlibandfileserver/fileserver/sfile/sf_debug.cpp
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 0 a41df078684a
child 21 e7d2d738d3c2
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
   577 		case KControlIoEnableFatUtilityFunctions:
   577 		case KControlIoEnableFatUtilityFunctions:
   578 			{
   578 			{
   579 			EnableFatUtilityFunctions = ETrue;
   579 			EnableFatUtilityFunctions = ETrue;
   580 			return KErrNone;
   580 			return KErrNone;
   581 			}
   581 			}
       
   582         case KControlIoSessionCount:
       
   583             {
       
   584             TPckgBuf<TInt> pkgBuf(SessionCount);
       
   585             TInt r=aRequest->Write(2,pkgBuf);
       
   586             return r;
       
   587             }
       
   588         case KControlIoObjectCount:
       
   589             {
       
   590             TPckgBuf<TInt> pkgBuf(ObjectCount);
       
   591             TInt r=aRequest->Write(2,pkgBuf);
       
   592             return r;
       
   593             }
       
   594 		
   582 		}
   595 		}
   583 #endif
   596 #endif
   584 
   597 
   585 	return(aRequest->Drive()->ControlIO(aRequest->Message(),command,param1,param2));
   598 	return(aRequest->Drive()->ControlIO(aRequest->Message(),command,param1,param2));
   586 	}
   599 	}