phonebookui/Phonebook2/Commands/src/cpbk2commandactivator.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   186     {
   186     {
   187     // If this is called, it means that observer is set
   187     // If this is called, it means that observer is set
   188     iObserver->CommandFinished( *this );
   188     iObserver->CommandFinished( *this );
   189     }
   189     }
   190   
   190   
   191 // --------------------------------------------------------------------------
       
   192 // CPbk2CommandActivator::CommandExtension
       
   193 // --------------------------------------------------------------------------
       
   194 //
       
   195 TAny* CPbk2CommandActivator::CommandExtension(TUid aExtensionUid )
       
   196     {
       
   197       if( iCommand )
       
   198         {
       
   199           return iCommand->CommandExtension(aExtensionUid);
       
   200         }
       
   201       else
       
   202         {
       
   203           return NULL;
       
   204         }
       
   205     }
       
   206 
   191 
   207 //  End of File  
   192 //  End of File