idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl
branchRCL_3
changeset 9 f966699dea19
parent 0 f72a12da539e
child 15 ff572dfe6d86
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   133     {
   133     {
   134     return iPluginType ? *iPluginType : KNullDesC8();
   134     return iPluginType ? *iPluginType : KNullDesC8();
   135     };
   135     };
   136 
   136 
   137 // ---------------------------------------------------------------------------
   137 // ---------------------------------------------------------------------------
   138 // Returns plugin state
       
   139 // ---------------------------------------------------------------------------
       
   140 //
       
   141 inline const TDesC8& CXnPluginData::PluginState() const
       
   142     {
       
   143     return iPluginState ? *iPluginState : KNullDesC8();
       
   144     };
       
   145     
       
   146 // ---------------------------------------------------------------------------
       
   147 // Returns the publisher name
   138 // Returns the publisher name
   148 // ---------------------------------------------------------------------------
   139 // ---------------------------------------------------------------------------
   149 //
   140 //
   150 inline const TDesC& CXnPluginData::PublisherName() const 
   141 inline const TDesC& CXnPluginData::PublisherName() const 
   151     { 
   142     {