traceservices/tracefw/ulogger/src/pluginframework/inputframework.h
changeset 51 7d4490026038
parent 0 08ec8eefde2f
--- a/traceservices/tracefw/ulogger/src/pluginframework/inputframework.h	Thu Aug 12 11:53:23 2010 +0100
+++ b/traceservices/tracefw/ulogger/src/pluginframework/inputframework.h	Mon Sep 27 11:59:56 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -66,6 +66,9 @@
 	private:
 		CInputFramework(MInputPlugin *aInputPlugin, MInputFrameworkObserver *aObserver);
 		void ConstructL(const RPointerArray<TPluginConfiguration>& aInputSettings);
+		static void CleanupHBufCPtrArray(TAny* aPtr);
+		static void CleanupHBufC8PtrArray(TAny* aPtr);
+		static void CleanupControlData(TAny* aPtr);
 
 	private://data
 		CInputData* 			iInputData;