commsfwsupport/commselements/nodemessages/inc/nm_interfaces.h
changeset 77 c9776eadbffd
parent 30 df67dc5d759e
child 69 9d7ce34704c8
equal deleted inserted replaced
72:ae47d0499bee 77:c9776eadbffd
   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;