kernel/eka/drivers/sdapc/d_sdapc.cpp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 42 a179b74831c9
child 44 3e88ff8f41d5
equal deleted inserted replaced
42:a179b74831c9 43:c1f20ce4abcf
   130 	return SetName(&KLddName);
   130 	return SetName(&KLddName);
   131 	}
   131 	}
   132 
   132 
   133 void DSDAuxiliaryPowerControlFactory::GetCaps(TDes8& aDes) const
   133 void DSDAuxiliaryPowerControlFactory::GetCaps(TDes8& aDes) const
   134 //
   134 //
   135 // Stub - overriding pure virtual
   135 // Get capabilities - overriding pure virtual
   136 //
   136 //
   137 	{
   137 	{
       
   138 	TCapsTestV01 b;
       
   139 	b.iVersion=TVersion(KMajorVersionNumber,KMinorVersionNumber,KBuildVersionNumber);
       
   140     Kern::InfoCopy(aDes,(TUint8*)&b,sizeof(b));
   138 	}
   141 	}
   139 
   142 
   140 /**
   143 /**
   141   Destructor
   144   Destructor
   142 */
   145 */