idlefw/plugins/sapidataplugin/src/sapidataplugin.cpp
branchRCL_3
changeset 11 bd874ee5e5e2
parent 8 d0529222e3f0
child 12 502e5d91ad42
equal deleted inserted replaced
8:d0529222e3f0 11:bd874ee5e5e2
   600         // Configurations 
   600         // Configurations 
   601         iData->ConfigureL( configurationItemsArr );
   601         iData->ConfigureL( configurationItemsArr );
   602         
   602         
   603         // Activate the publisher
   603         // Activate the publisher
   604         iData->ChangePublisherStatusL( KActive );
   604         iData->ChangePublisherStatusL( KActive );
       
   605         iData->TriggerActiveL();
   605                 
   606                 
   606         // Register for notifications
   607         // Register for notifications
   607         iData->RegisterPublisherObserverL();
   608         iData->RegisterPublisherObserverL();
   608       
   609         
   609         PublishL();
   610         PublishL();
   610         
   611         
   611         iPluginState = ESuspend;
   612         iPluginState = ESuspend;
   612         
   613         
   613         iData->RegisterContentObserverL();
   614         iData->RegisterContentObserverL();