metadataengine/client/inc/mdenotifierao.h
branchRCL_3
changeset 7 3cebc1a84278
parent 2 b73a2e62868f
equal deleted inserted replaced
6:646a02f170b9 7:3cebc1a84278
   129         * @param aStatus what has actually happened with the item
   129         * @param aStatus what has actually happened with the item
   130         */
   130         */
   131         void DoNotifyObserver();
   131         void DoNotifyObserver();
   132 		
   132 		
   133 		void DecodeIdBufferL();
   133 		void DecodeIdBufferL();
       
   134 		void DecodeDataBufferL();
   134 		void DecodeRelationItemBufferL();
   135 		void DecodeRelationItemBufferL();
   135 
   136 
   136     private: // Data
   137     private: // Data
   137 
   138 
   138         /** the session impl. */
   139         /** the session impl. */
   154         TPckgBuf<TInt> iResultSize;
   155         TPckgBuf<TInt> iResultSize;
   155 
   156 
   156         CMdCSerializationBuffer* iDataBuffer;
   157         CMdCSerializationBuffer* iDataBuffer;
   157 
   158 
   158 		RArray<TItemId> iIdArray;
   159 		RArray<TItemId> iIdArray;
       
   160 		
       
   161 		RPointerArray<HBufC> iUriArray;
   159 
   162 
   160 		RArray<TMdERelation> iRelationItemArray;
   163 		RArray<TMdERelation> iRelationItemArray;
   161     };
   164     };
   162 
   165 
   163 #endif //__MDENOTIFIERAOAO_H__
   166 #endif //__MDENOTIFIERAOAO_H__