equal
deleted
inserted
replaced
68 virtual ~CSCPPatternPlugin(); |
68 virtual ~CSCPPatternPlugin(); |
69 |
69 |
70 /** |
70 /** |
71 * Event handler... |
71 * Event handler... |
72 */ |
72 */ |
73 CSCPParamObject* HandleEvent( TInt aID, CSCPParamObject& aParam ); |
73 void CSCPPatternPlugin::HandleEventL( TInt aID, CSCPParamObject& aParam,CSCPParamObject& aOutParam ); |
74 |
74 |
75 void SetEventHandler( MSCPPluginEventHandler* aHandler ); |
75 void SetEventHandler( MSCPPluginEventHandler* aHandler ); |
76 |
76 |
77 private: // Constructors, Destructor |
77 private: // Constructors, Destructor |
78 /** |
78 /** |