commsfwsupport/commselements/nodemessages/inc/nm_interfaces.h
branchRCL_3
changeset 24 00c6709d25aa
parent 18 9644881fedd0
child 25 9d7ce34704c8
equal deleted inserted replaced
23:cbb19216b74d 24:00c6709d25aa
   414 		TPreAllocStore()
   414 		TPreAllocStore()
   415 			{
   415 			{
   416 			iPreAllocSize=0;
   416 			iPreAllocSize=0;
   417 			iPreAllocatedActivityChunk=NULL;
   417 			iPreAllocatedActivityChunk=NULL;
   418 			}
   418 			}
       
   419 		~TPreAllocStore()
       
   420 			{
       
   421 			if(iPreAllocatedActivityChunk != NULL)
       
   422 				{
       
   423 				User::Free(iPreAllocatedActivityChunk);
       
   424 				}
       
   425 			}
   419 		TUint iPreAllocSize;
   426 		TUint iPreAllocSize;
   420 		TAny* iPreAllocatedActivityChunk;
   427 		TAny* iPreAllocatedActivityChunk;
   421 		};
   428 		};
   422 
   429 
   423 	TPreAllocStore* iPreAlloc;
   430 	TPreAllocStore* iPreAlloc;