diff -r a0713522ab97 -r b276298d5729 contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h --- a/contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h Wed Apr 14 16:16:44 2010 +0300 +++ b/contentpublishingsrv/contentpublishingutils/pluginvalidator/inc/charvesterpluginvalidator.h Tue Apr 27 16:57:49 2010 +0300 @@ -11,7 +11,7 @@ * * Contributors: * -* Description: +* Description: * */ @@ -22,7 +22,7 @@ // INCLUDES #include #include -#include "cpluginvalidator.h" +#include "cpluginvalidator.h" // FORWARD DECLARATIONS class CBlacklistHandler; @@ -41,7 +41,7 @@ /** * Class used to maintain required ECOM plugins implementations * - * + * * @lib cpclient.dll * @since S60 v 5.0 */ @@ -51,21 +51,21 @@ /** * Two-phased constructor. - * - */ - IMPORT_C static CHarvesterPluginValidator* NewL( TUid aUid, + * + */ + IMPORT_C static CHarvesterPluginValidator* NewL( TUid aUid, TAny *aParameter = NULL ); /** * Two-phased constructor. - * - */ + * + */ IMPORT_C static CHarvesterPluginValidator* NewLC( TUid aUid, TAny *aParameter = NULL ); - + /** * Desctructor. - */ + */ ~CHarvesterPluginValidator(); @@ -73,39 +73,33 @@ /** * C++ default constructor. - */ - CHarvesterPluginValidator( TUid aUid, TAny *aParameter ); + */ + CHarvesterPluginValidator( TUid aUid, TAny *aParameter ); /** * Perform the second phase construction of a CPluginValidator object. - */ + */ void ConstructL(); /** * Loads or destroys plugins - */ + */ void ManagePluginsL(); - + /** * Loads ECOM plugins - */ + */ void LoadPluginL( TPluginInfo& aPluginInfo ); private: - + /** * Blacklist Handler * Own */ CBlacklistHandler* iBlacklist; - - /* - * Startup flag - * - */ - TBool iStartup; - + /* * Property indicating the status of load operation * Own