inc/cpluginvalidator.h
author kashif.sayed
Fri, 26 Mar 2010 03:06:02 +0530
branchv5backport
changeset 30 f9f9f96b1873
permissions -rw-r--r--
user: kashif.sayed added contentcontrolsrv/.cproject added contentcontrolsrv/.project added contentcontrolsrv/group/ABLD.BAT added contentpublishingsrv/.cproject added contentpublishingsrv/.project added contentpublishingsrv/contentharvester/.cproject added contentpublishingsrv/contentharvester/.project added contentpublishingsrv/contentharvester/contentharvesterclient/group/ABLD.BAT added contentpublishingsrv/contentharvester/contentharvesterserver/group/ABLD.BAT added contentpublishingsrv/contentharvester/contentharvesterswiplugin/group/ABLD.BAT added contentpublishingsrv/contentharvester/factorysettingsplugin/group/ABLD.BAT added contentpublishingsrv/contentharvester/group/ABLD.BAT added contentpublishingsrv/group/ABLD.BAT added dependencies/S3libs/cpswrapper.lib added dependencies/S3libs/hscontentcontrol.lib added dependencies/S3libs/hspswrapper.lib added group/ABLD.BAT added homescreenpluginsrv/group/ABLD.BAT added homescreensrv_plat/group/ABLD.BAT added idlefw/group/ABLD.BAT added inc/ccontentmap.h added inc/cpdebug.h added inc/cpglobals.h added inc/cpliwmap.h added inc/cpluginvalidator.h added inc/cpserverdef.h added inc/cpublisherregistrymap.h added inc/mcssathandler.h added menucontentsrv/group/ABLD.BAT added xcfw/group/ABLD.BAT changed dependencies/S3libs/bld.inf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     1
/*
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     2
* Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies).
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     3
* All rights reserved.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     4
* This component and the accompanying materials are made available
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     6
* which accompanies this distribution, and is available
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     8
*
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
     9
* Initial Contributors:
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    11
*
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    12
* Contributors:
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    13
*
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    14
* Description:  
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    15
 *
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    16
*/
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    17
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    18
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    19
#ifndef CPLUGINVALIDATOR_H
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    20
#define CPLUGINVALIDATOR_H
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    21
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    22
// INCLUDES
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    23
#include <e32base.h>
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    24
#include <e32hashtab.h>
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    25
#include <ecom/implementationinformation.h>
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    26
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    27
// FORWARD DECLARATIONS
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    28
class REComSession;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    29
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    30
/**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    31
 *  Class containing information regarding a plugin
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    32
 *
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    33
 * 
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    34
 *  @lib cpclient.dll
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    35
 *  @since S60 v 5.0
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    36
 */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    37
NONSHARABLE_CLASS( TPluginInfo )
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    38
	{
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    39
public:
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    40
	TAny* iPlugin; // not own
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    41
	TUid iImplementationUid;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    42
	TInt iVersion;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    43
	TUid iDtor_ID_Key;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    44
	};
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    45
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    46
/**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    47
 *  Class used to maintain required ECOM plugins implementations
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    48
 *
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    49
 * 
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    50
 *  @lib cpclient.dll
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    51
 *  @since S60 v 5.0
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    52
 */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    53
NONSHARABLE_CLASS( CPluginValidator ): public CActive
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    54
    {
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    55
public:
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    56
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    57
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    58
     * Two-phased constructor.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    59
     * 
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    60
     */     
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    61
    IMPORT_C static CPluginValidator* NewL( TUid aUid, 
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    62
                                            TAny *aParameter = NULL );
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    63
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    64
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    65
     * Two-phased constructor.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    66
     * 
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    67
     */     
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    68
    IMPORT_C static CPluginValidator* NewLC( TUid aUid,
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    69
                                             TAny *aParameter = NULL );
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    70
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    71
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    72
     * Gets plugin with provided UID
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    73
     *
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    74
     * @param aUid required plugin
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    75
     * @return pointer to plugin implementation
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    76
     */   
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    77
    IMPORT_C TAny* GetImplementation( TUid aUid );
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    78
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    79
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    80
     * Gets plugin with provided index
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    81
     *
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    82
     * @param aIndex index of plugin
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    83
     * @return pointer to plugin implementation
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    84
     */   
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    85
    IMPORT_C TAny* GetImplementation( TInt aIndex );
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    86
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    87
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    88
     * Gets number of plugins
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    89
     *
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    90
     * @return number of plugins
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    91
     */    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    92
    IMPORT_C TInt GetCount();
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    93
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    94
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    95
     * Desctructor.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    96
     */     
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    97
    virtual ~CPluginValidator();
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    98
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
    99
protected:
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   100
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   101
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   102
     * From CActive, RunL.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   103
     * Handles the active object’s request completion event
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   104
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   105
    void RunL();
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   106
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   107
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   108
     * From CActive, DoCancel.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   109
     * Implements cancellation of an outstanding request.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   110
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   111
    void DoCancel();
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   112
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   113
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   114
     * From CActive, RunError.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   115
     * Method called when leave occured in RunL
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   116
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   117
    TInt RunError( TInt aError );
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   118
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   119
protected:
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   120
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   121
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   122
     * C++ default constructor.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   123
     */    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   124
    CPluginValidator( TUid aUid, TAny *aParameter );
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   125
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   126
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   127
     * Perform the second phase construction of a CPluginValidator object.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   128
     */    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   129
    void ConstructL();
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   130
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   131
    /*
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   132
     * Checks if plugin is present in an array
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   133
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   134
    TBool PresentInArrayL( TPluginInfo aPluginInfo, 
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   135
    		const RImplInfoPtrArray& aInfoArray );
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   136
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   137
    /*
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   138
     * 
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   139
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   140
    void DestroyPlugin( TInt aIndex );    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   141
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   142
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   143
     * Cleans plugins table;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   144
     */    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   145
    void CleanPluginsTable();
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   146
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   147
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   148
     * Loads or destroys plugins
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   149
     */    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   150
    virtual void ManagePluginsL();    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   151
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   152
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   153
     * Loads ECOM plugins
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   154
     */    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   155
    virtual void LoadPluginL( TPluginInfo& aPluginInfo );    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   156
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   157
protected:
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   158
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   159
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   160
     * ECOM handler
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   161
     * Own.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   162
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   163
    REComSession* iSession;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   164
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   165
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   166
     * Array containing plugins
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   167
     * Own.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   168
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   169
    RArray<TPluginInfo> iPluginArray;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   170
    
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   171
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   172
     * UID of the interface
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   173
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   174
    const TUid iUid;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   175
        
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   176
    /**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   177
     * Parameter to pass to the object creation method.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   178
     */
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   179
    TAny* iParameter;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   180
     };
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   181
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   182
// ==================== LOCAL FUNCTIONS ====================
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   183
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   184
/**
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   185
* Identity function to search in an array of TPluginInfo.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   186
* @param aLeft Search term.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   187
* @param aRight Array item.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   188
* @return ETrue if ID-s match.
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   189
*/
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   190
LOCAL_C TBool UidMatch( const TPluginInfo& aLeft, const TPluginInfo& aRight )
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   191
    {
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   192
    return aLeft.iImplementationUid == aRight.iImplementationUid;
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   193
    }
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   194
f9f9f96b1873 user: kashif.sayed
kashif.sayed
parents:
diff changeset
   195
#endif // CPLUGINVALIDATOR_H