Support C++11 final in Common.h by defining it as 'sealed' for VC2010. Also rename a set of variables that happen to be called 'final' - not strictly necessary, since the variables would just be renamed to 'sealed', but might as well.