phonebookui/Phonebook2/Commands/src/cpbk2commandactivator.cpp
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   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     }
   191 
   206 
   192 //  End of File  
   207 //  End of File