harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h
branchRCL_3
changeset 47 b73252188534
parent 27 4a4892eec172
child 63 e538444823de
--- a/harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h	Thu Jul 15 19:07:24 2010 +0300
+++ b/harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h	Thu Aug 19 10:20:41 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;