pimappservices/calendar/tsrc/caltestlib.h
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
--- a/pimappservices/calendar/tsrc/caltestlib.h	Fri Feb 19 22:49:53 2010 +0200
+++ b/pimappservices/calendar/tsrc/caltestlib.h	Fri Mar 12 15:42:35 2010 +0200
@@ -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;
 	};