diff -r 1505405bc645 -r b01c07dfcf84 sysresmonitoring/oodmonitor/oodmonitor2/inc/outofdiskmonitor.h --- a/sysresmonitoring/oodmonitor/oodmonitor2/inc/outofdiskmonitor.h Wed Sep 29 15:24:56 2010 +0300 +++ b/sysresmonitoring/oodmonitor/oodmonitor2/inc/outofdiskmonitor.h Thu Oct 07 06:25:45 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -78,7 +78,6 @@ TInt GetTopPriorityDrive(); void SetAsDisplayedL(TInt aDrive, TInt aDriveStatus); private: //Data - COutOfDiskNotifyObserver* iOutOfDiskNotifyObserver; //owns COutOfDiskPSObserver* iOutOfDiskPSObserver; //owns COutOfDiskGlobalNote* iOutOfDiskGlobalNote; // owns RFs iFs; @@ -91,6 +90,11 @@ TInt iDefaultRomDrive; RResourceFile iResourceFile; TInt64 iOODWarningThresholdMassMemory; + +#ifdef FCC_UNIT_TEST + public: +#endif + COutOfDiskNotifyObserver* iOutOfDiskNotifyObserver; //owns }; #endif // __OUTOFDISKMONITOR_H__