diff options
Diffstat (limited to 'symbian/PerlUi.hrh')
-rw-r--r-- | symbian/PerlUi.hrh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/symbian/PerlUi.hrh b/symbian/PerlUi.hrh new file mode 100644 index 0000000000..edb657d9e2 --- /dev/null +++ b/symbian/PerlUi.hrh @@ -0,0 +1,14 @@ +/* Copyright (c) 2005 Nokia. All rights reserved. */ + +/* The PerlUi class is licensed under the same terms as Perl itself. */ + +#ifndef __PerlUi_HRH__ +#define __PerlUi_HRH__ + +enum TPerlUiIds +{ + EPerlUiTextQueryInputField = 2048, + EPerlUiLast = 2099 // no comma here +}; + +#endif // __PerlUi_HRH__ |