harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h
changeset 54 a3cc46f37772
parent 28 c461c7fa72c2
child 63 e538444823de
--- a/harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h	Tue Jul 06 14:44:37 2010 +0300
+++ b/harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h	Fri Sep 17 16:54:49 2010 +0300
@@ -55,7 +55,8 @@
 		void ConstructL(CMdEObjectDef& aObjectDef);
 
 	public:	
-		static CHarvesterWmvPluginPropertyDefs* NewL(CMdEObjectDef& aObjectDef);
+	    static CHarvesterWmvPluginPropertyDefs* NewL();
+	    void SetByObjectDefL( CMdEObjectDef& aObjectDef );
 	};
 
 /**
@@ -180,6 +181,7 @@
          CHarvesterWmvClipDetails& aClipDetails,
          TBool aIsAdd);
 
+    void InitPropDefsL( CMdEObjectDef& aObjectDef );
 
 private: // data
 	CHarvesterWmvPluginPropertyDefs* iPropDefs;