foo.h   [plain text]



class Foo {
public:
    static void doit() { } 
    static void doit2() { }
};