kernel/eka/euser/us_ksvr.cpp
changeset 6 0173bcd7697c
parent 4 56f325a607ea
child 22 2f92ad2dc5db
equal deleted inserted replaced
4:56f325a607ea 6:0173bcd7697c
  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 	{}