kernel/eka/euser/us_ksvr.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
  4314 //
  4314 //
  4315 // Constructor
  4315 // Constructor
  4316 //
  4316 //
  4317 	:	iSize(0),
  4317 	:	iSize(0),
  4318 		iType(EMediaNotPresent),
  4318 		iType(EMediaNotPresent),
  4319 		iBattery(EBatNotSupported),
  4319 		iConnectionBusType(EConnectionBusInternal),
  4320 		iDriveAtt(0),
  4320 		iDriveAtt(0),
  4321 		iMediaAtt(0),
  4321 		iMediaAtt(0),
  4322 		iBaseAddress(NULL),
  4322 		iBaseAddress(NULL),
  4323 		iFileSystemId(0)
  4323 		iFileSystemId(0)
  4324 	{}
  4324 	{}