pimappservices/calendar/tsrc/caltestlib.h
changeset 49 5de72ea7a065
parent 0 f979ecb2b13e
--- a/pimappservices/calendar/tsrc/caltestlib.h	Fri Jun 11 13:37:54 2010 +0300
+++ b/pimappservices/calendar/tsrc/caltestlib.h	Wed Jun 23 18:11:28 2010 +0300
@@ -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;
 	};