﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	i_links	o_links
288	Enumeration style	rgrieder	nobody	"We've got lots of enumerations, but they're all quite different to use. Someone could unify this in the next back merge. My suggestion would be like this:
namespace MyEnum
{
    enum Enum
    {
        MyEnumElement
    };
}

Note that the namespace begins with a capital letter to distinguish between enums and real namespaces."	defect	closed	minor	Version 0.3 Codename: Castor	GeneralFramework	0.2.0	fixed	enum, enumeration			
