phonebookui/Phonebook2/Commands/src/cpbk2commandactivator.cpp
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58: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