persistentstorage/dbms/utable/UT_SCHMA.CPP
branchGCC_SURGE
changeset 26 c6f14f20ccfd
parent 0 08ec8eefde2f
equal deleted inserted replaced
23:38383aab3fb8 26:c6f14f20ccfd
   106 
   106 
   107 // Class HDbColumnSet
   107 // Class HDbColumnSet
   108 
   108 
   109 HDbColumnSet* HDbColumnSet::NewL(TInt aCount)
   109 HDbColumnSet* HDbColumnSet::NewL(TInt aCount)
   110 	{
   110 	{
   111 	return new(User::AllocL(_FOFF(HDbColumnSet,iColumns[aCount]))) HDbColumnSet(aCount);
   111 	return new(User::AllocL(_FOFF_DYNAMIC(HDbColumnSet,iColumns[aCount]))) HDbColumnSet(aCount);
   112 	}
   112 	}
   113 
   113 
   114 HDbColumnSet::HDbColumnSet(TInt aCount)
   114 HDbColumnSet::HDbColumnSet(TInt aCount)
   115 	: iAttributes(0), iIndex(NULL), iEnd(&iColumns[aCount])
   115 	: iAttributes(0), iIndex(NULL), iEnd(&iColumns[aCount])
   116 	{
   116 	{