servicewidget/servicewidgetdatapublisher/src/cservicewidgetplugin.cpp
branchRCL_3
changeset 14 9fdee5e1da30
parent 0 5e5d6b214f4f
child 18 36d367c62acb
equal deleted inserted replaced
13:796276a1bdcc 14:9fdee5e1da30
   411 // ---------------------------------------------------------------------------
   411 // ---------------------------------------------------------------------------
   412 // From class MAiPropertyExtension
   412 // From class MAiPropertyExtension
   413 // Read property of publisher plug-in.
   413 // Read property of publisher plug-in.
   414 // ---------------------------------------------------------------------------
   414 // ---------------------------------------------------------------------------
   415 //
   415 //
   416 TAny* CServiceWidgetPlugin::GetPropertyL( TInt aProperty )
   416 /*TAny* CServiceWidgetPlugin::GetPropertyL( TInt aProperty )
   417     {
   417     {
   418     TRACE_SWP(TXT("CServiceWidgetPlugin::GetPropertyL() start") );
   418     TRACE_SWP(TXT("CServiceWidgetPlugin::GetPropertyL() start") );
   419     TAny* property = NULL;
   419     TAny* property = NULL;
   420     
   420     
   421     switch ( aProperty )
   421     switch ( aProperty )
   452             }
   452             }
   453         default:
   453         default:
   454             break;         
   454             break;         
   455         }
   455         }
   456     TRACE_SWP(TXT("CServiceWidgetPlugin::SetPropertyL() end") );
   456     TRACE_SWP(TXT("CServiceWidgetPlugin::SetPropertyL() end") );
   457     }
   457     }*/
   458 // End of File
   458 // End of File