metadataengine/client/inc/mdenotifierao.h
changeset 21 50bf9db68373
parent 3 b73a2e62868f
equal deleted inserted replaced
20:6dfc5f825351 21:50bf9db68373
   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__