systemhealthmanagement/systemhealthmgr/sysmonsrc/timerlist.h
changeset 76 cb32bcc88bad
parent 0 4e1aa6a622a0
--- a/systemhealthmanagement/systemhealthmgr/sysmonsrc/timerlist.h	Wed Sep 29 15:13:21 2010 +0300
+++ b/systemhealthmanagement/systemhealthmgr/sysmonsrc/timerlist.h	Fri Oct 08 14:33:25 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2009 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"
@@ -43,14 +43,14 @@
 	TInt32 AddL(const TTime& aTime, const TCallBack& aCallBack);
 	void Remove(TInt32 aTimer);
 
-protected:
 	class TTimerInfo
 		{
 	public:
 		TTime iTime;
 		TCallBack iCallBack;
 		};
-
+		
+protected:
 	void RunL();
 	void ConstructL();
 	TInt RunError(TInt aError);