equal
deleted
inserted
replaced
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 { |