commsfwsupport/commselements/nodemessages/inc/nm_interfaces.h
branchRCL_3
changeset 69 9d7ce34704c8
parent 67 00c6709d25aa
child 70 b564fb5fd78b
equal deleted inserted replaced
67:00c6709d25aa 69:9d7ce34704c8
   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 			}
       
   426 		TUint iPreAllocSize;
   419 		TUint iPreAllocSize;
   427 		TAny* iPreAllocatedActivityChunk;
   420 		TAny* iPreAllocatedActivityChunk;
   428 		};
   421 		};
   429 
   422 
   430 	TPreAllocStore* iPreAlloc;
   423 	TPreAllocStore* iPreAlloc;