File indexing completed on 2024-11-24 05:05:28

0001 #ifndef DIAGRAM_SERVER_ONEAAA_COMP_H
0002 #define DIAGRAM_SERVER_ONEAAA_COMP_H
0003 
0004 // @important klass
0005 class A {
0006   public:
0007     void foo() const;
0008 };
0009 
0010 #endif