upnpavcontrolpoint/avcpengine/inc/upnpbrowsecommand.h
changeset 34 eab116a48b80
parent 0 7f85d04be362
--- a/upnpavcontrolpoint/avcpengine/inc/upnpbrowsecommand.h	Tue Sep 21 11:21:11 2010 +0300
+++ b/upnpavcontrolpoint/avcpengine/inc/upnpbrowsecommand.h	Mon Oct 04 13:32:20 2010 +0300
@@ -53,7 +53,12 @@
 		/**
 		* Destructor.
 		*/	       
-		virtual ~CUpnpBrowseCommand();	       
+		virtual ~CUpnpBrowseCommand();	  
+		   
+		/**
+		* Cleanup Mechanism
+		*/
+		static void CleanupArray(TAny* aDirs);
 			
 	public:	// Method from CUpnpCommand
 		/**