examples/ForumNokia/EComCalculator/client/inc/EComCalculator.hrh

00001 /*
00002 * ============================================================================
00003 *  Name     : EComCalculator resource header file EComCalculator.hrh
00004 *  Part of  : EComCalculator
00005 *  Created  : 17/11/2003 by Forum Nokia
00006 *  Description:
00007 *     This file contains declarations for constants of EComCalculator.
00008 *     The file can be included in C++ or resource file.
00009 *  Version  :
00010 *  Copyright: Nokia Corporation
00011 * ============================================================================
00012 */
00013 
00014 #ifndef __ECOMCALCULATOR_HRH__
00015 #define __ECOMCALCULATOR_HRH__
00016 
00017 // Enumeration of main menu command codes 
00018 enum TCalculatorIds
00019     {
00020     ECalculateSumCmd = 1,  // Calculate sum of numbers
00021     ECalculateMultiplyCmd  // Multiply numbers
00022     };
00023 
00024 #endif // __ECOMCALCULATOR_HRH__

Generated by  doxygen 1.6.2