idlehomescreen/inc/xndomdocument.h
changeset 2 08c6ee43b396
parent 0 f72a12da539e
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
   134         * Ownership is transferred to a caller.
   134         * Ownership is transferred to a caller.
   135         */
   135         */
   136         IMPORT_C HBufC8* MarshallL();
   136         IMPORT_C HBufC8* MarshallL();
   137         
   137         
   138         /**
   138         /**
   139         * Get reference to string pool
   139         * Get pointer to string pool
   140         * @return Reference to string pool implementation
   140         * @return Reference to string pool implementation
   141         */
   141         */
   142         IMPORT_C CXnDomStringPool& StringPool() const;
   142         IMPORT_C CXnDomStringPool* StringPool() const;
   143 
   143 
   144         /**
   144         /**
   145         * Read contents from a stream.
   145         * Read contents from a stream.
   146         * @param aStream Input stream
   146         * @param aStream Input stream
   147         * @return void
   147         * @return void