equal
deleted
inserted
replaced
98 * @param aSize On return, the size is stored here. |
98 * @param aSize On return, the size is stored here. |
99 * @return KErrNone, or one of the systemwide error codes. |
99 * @return KErrNone, or one of the systemwide error codes. |
100 */ |
100 */ |
101 TInt Size( TInt& aSize ) const; |
101 TInt Size( TInt& aSize ) const; |
102 |
102 |
103 const TDesC8& GetDescriptor() const; |
|
104 |
|
105 private: |
103 private: |
106 |
104 |
107 /** |
105 /** |
108 * C++ default constructor. |
106 * C++ default constructor. |
109 */ |
107 */ |
110 CMetaDataSourceDescriptor(); |
108 CMetaDataSourceDescriptor(); |
111 |
109 |
112 /** |
110 /** |
113 * By default Symbian 2nd phase constructor is private. |
111 * By default Symbian 2nd phase constructor is private. |