pimappservices/calendar/tsrc/caltestlib.h
changeset 45 b6db4fd4947b
parent 0 f979ecb2b13e
--- a/pimappservices/calendar/tsrc/caltestlib.h	Mon May 03 12:30:32 2010 +0300
+++ b/pimappservices/calendar/tsrc/caltestlib.h	Mon Jun 28 15:22:02 2010 +0530
@@ -105,6 +105,9 @@
 
 	// Used to append the file to the delete list
 	IMPORT_C void RegisterCalFileL(const TDesC& aFileName);
+	
+	// Create a calendar file. It leaves if the file exists.
+	IMPORT_C RPointerArray<CCalSession>& CreateCalSubSessionL(const TDesC& aFileName);
 
 
 // Session and Views handling
@@ -220,6 +223,7 @@
 	TBool				iDelFileFlag;
 	RMutex				iChunkMutex;
 	RASCliSession		iAlarmServer;
+	RPointerArray<CCalSession> iSubCalSessions;
 	};