harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h
changeset 54 a3cc46f37772
parent 28 c461c7fa72c2
child 63 e538444823de
--- a/harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h	Tue Jul 06 14:44:37 2010 +0300
+++ b/harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h	Fri Sep 17 16:54:49 2010 +0300
@@ -59,7 +59,8 @@
 		void ConstructL(CMdEObjectDef& aObjectDef);
 
 	public:	
-		static CHarvesterRtpPluginPropertyDefs* NewL(CMdEObjectDef& aObjectDef);
+        static CHarvesterRtpPluginPropertyDefs* NewL();
+        void SetByObjectDefL( CMdEObjectDef& aObjectDef) ;
 	};
 
 /**
@@ -225,6 +226,8 @@
      
      /** */
      void HandleObjectPropertiesL( CHarvesterData& aHD, CHarvesterRtpClipDetails& aClipDetails, TBool aIsAdd);
+     
+     void InitPropDefsL( CMdEObjectDef& aObjectDef );
 
 private: // data
 	CHarvesterRtpPluginPropertyDefs* iPropDefs;