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

0001 #ifndef DIAGRAM_SERVER_ONEAAA_OTHERCOMP_H
0002 #define DIAGRAM_SERVER_ONEAAA_OTHERCOMP_H
0003 
0004 class B {
0005   public:
0006     void foo() const;
0007 };
0008 
0009 #endif