taskswitcher/testapplications/generator/generator/common/inc/helloworldbasic.hrh
changeset 117 c63ee96dbe5f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/taskswitcher/testapplications/generator/generator/common/inc/helloworldbasic.hrh	Thu Sep 16 12:11:40 2010 +0100
@@ -0,0 +1,27 @@
+/*
+* ==============================================================================
+*  Name        : helloworldbasic.hrh
+*  Part of     : Helloworldbasic
+*  Interface   :
+*  Description :
+*  Version     :
+*
+*  Copyright (c) 2005-2006 Nokia Corporation.
+*  This material, including documentation and any related
+*  computer programs, is protected by copyright controlled by
+*  Nokia Corporation.
+* ==============================================================================
+*/
+
+#ifndef __HELLOWORLDBASIC_HRH__
+#define __HELLOWORLDBASIC_HRH__
+
+// HelloWorldBasic enumerate command codes
+enum THelloWorldBasicIds
+    {
+    EHelloWorldBasicCommand1 = 0x6001, // start value must not be 0
+    EHelloWorldBasicCommand2,
+    EHelloWorldBasicCommand3
+    };
+
+#endif // __HELLOWORLDBASIC_HRH__
\ No newline at end of file