diff -r 2872ae438bf7 -r e538444823de harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h --- a/harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h Wed Sep 15 12:40:59 2010 +0300 +++ b/harvester/harvesterplugins/RTPPlugin/inc/harvesterrtpplugin.h Wed Oct 13 15:02:02 2010 +0300 @@ -59,8 +59,7 @@ void ConstructL(CMdEObjectDef& aObjectDef); public: - static CHarvesterRtpPluginPropertyDefs* NewL(); - void SetByObjectDefL( CMdEObjectDef& aObjectDef) ; + static CHarvesterRtpPluginPropertyDefs* NewL(CMdEObjectDef& aObjectDef); }; /** @@ -226,8 +225,6 @@ /** */ void HandleObjectPropertiesL( CHarvesterData& aHD, CHarvesterRtpClipDetails& aClipDetails, TBool aIsAdd); - - void InitPropDefsL( CMdEObjectDef& aObjectDef ); private: // data CHarvesterRtpPluginPropertyDefs* iPropDefs;