diff -r 63c982fb92f2 -r b73252188534 harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h --- 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;