[10230] Avoid use enum valuse/define like naming style for enum type name.

This commit is contained in:
VladimirMangos 2010-07-20 01:17:26 +04:00
parent 9381e8680c
commit 06bcc77495
6 changed files with 7 additions and 20 deletions

View file

@ -31,7 +31,7 @@ This is the minimum interface to the VMapMamager.
namespace VMAP
{
enum VMAP_LOAD_RESULT
enum VMAPLoadResult
{
VMAP_LOAD_RESULT_ERROR,
VMAP_LOAD_RESULT_OK,