diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-11-07 15:32:15 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-07 11:39:57 +0000 |
commit | d0d72822ba0a68d160ea4c98ca80f24b8f73969b (patch) | |
tree | 735ce6a98b4d91d05a26f9573f8e62ca8f91738f /symbian/PerlUi.hrh | |
parent | 7d0beb42a2610634ab455d4519a64df3ca90bc2f (diff) | |
download | perl-d0d72822ba0a68d160ea4c98ca80f24b8f73969b.tar.gz |
Symbian update blead@26025
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@26030
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__ |