videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/inc/mdesessionimpl.h
branchRCL_3
changeset 26 67eb01668b0e
parent 23 8f0df5c82986
--- a/videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/inc/mdesessionimpl.h	Tue May 25 12:44:54 2010 +0300
+++ b/videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/inc/mdesessionimpl.h	Wed Jun 09 09:44:23 2010 +0300
@@ -26,11 +26,11 @@
 class CMdEDataBuffer;
 class CMdCSerializationBuffer;
 class CMdESessionStartupAO;
-class CMdESessionAsyncHandler;
+class CMdeSessionStartTimer;
 
 class RMdESessionAsyncRequest
 	{
-		friend class CMdESessionAsyncHandler;
+		friend class CMdeSessionStartTimer;
 	private:
 		enum TRequestType
 		{
@@ -53,13 +53,13 @@
 		TRequestStatus* iRequestStatus;
 	};
 
-NONSHARABLE_CLASS(CMdESessionAsyncHandler) : public CTimer
+NONSHARABLE_CLASS(CMdeSessionStartTimer) : public CTimer
 {
 public:
 	
-	static CMdESessionAsyncHandler* NewL(MMdESessionObserver& aObserver);
+	static CMdeSessionStartTimer* NewL(MMdESessionObserver& aObserver);
 	
-	~CMdESessionAsyncHandler();
+	~CMdeSessionStartTimer();
 		
 private:
 	
@@ -67,7 +67,7 @@
 
 	void ConstructL();
 	
-	CMdESessionAsyncHandler(MMdESessionObserver& aObserver);
+	CMdeSessionStartTimer(MMdESessionObserver& aObserver);
 
 private:
 	RArray<RMdESessionAsyncRequest> iRequests;
@@ -630,7 +630,7 @@
 		
 		RPointerArray<CMdENamespaceDef> iNamespaceDefs;
 		
-//		CMdESessionAsyncHandler* iAsyncHandler;
+//		CMdeSessionStartTimer* iAsyncHandler;
 
 		TUint32 iNextQueryId;
 		
@@ -644,7 +644,7 @@
 			};
 		TSessionState iSessionState;
 		
-		CMdESessionAsyncHandler* iTimer;
+		CMdeSessionStartTimer* iTimer;
 	};
 
 #endif  // __MDESESSIONIMPL_H__