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