equal
deleted
inserted
replaced
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
19 #include <clock.h> |
19 #include <clock.h> |
20 #include <gulalign.h> |
20 #include <gulalign.h> |
21 |
21 |
22 #include <eikinfomsgwin.h> |
22 #include <eikinfomsgwin.h> |
23 #include <eikbusymsgwin.h> |
23 #include <eikbusymsgwin.h> |
|
24 |
24 |
25 |
25 class CCoeControl; |
26 class CCoeControl; |
26 class CEikonEnv; |
27 class CEikonEnv; |
27 class RWindowGroup; |
28 class RWindowGroup; |
28 class CEikResourceChange; |
29 class CEikResourceChange; |
144 TTimeIntervalMicroSeconds32 iInitialDelay; |
145 TTimeIntervalMicroSeconds32 iInitialDelay; |
145 TInt iCEikBusyMsgWin_Spare1; |
146 TInt iCEikBusyMsgWin_Spare1; |
146 }; |
147 }; |
147 |
148 |
148 #endif // __EIKMSG_H__ |
149 #endif // __EIKMSG_H__ |
|
150 |