Commit | Line | Data |
---|---|---|
d0d72822 | 1 | /* Copyright (c) 2005 Nokia. All rights reserved. */ |
2 | ||
3 | /* The PerlUi class is licensed under the same terms as Perl itself. */ | |
4 | ||
5 | #ifndef __PerlUi_HRH__ | |
6 | #define __PerlUi_HRH__ | |
7 | ||
8 | enum TPerlUiIds | |
9 | { | |
10 | EPerlUiTextQueryInputField = 2048, | |
11 | EPerlUiLast = 2099 // no comma here | |
12 | }; | |
13 | ||
14 | #endif // __PerlUi_HRH__ |