diff -r 360d55486d7f -r 5de72ea7a065 pimappservices/calendar/tsrc/caltestlib.h --- 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& CreateCalSubSessionL(const TDesC& aFileName); // Session and Views handling @@ -220,6 +223,7 @@ TBool iDelFileFlag; RMutex iChunkMutex; RASCliSession iAlarmServer; + RPointerArray iSubCalSessions; };