All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
record/opening/readme.h
Go to the documentation of this file.
1 /* readme.h
2  */
3 #ifndef _README_H
4 #define _README_H
5 
6 namespace osl
7 {
8  namespace record
9  {
13  namespace opening
14  {
15  } // namespace opening
16  } // namespace record
17 } // namespace osl
18 
19 
20 #endif /* _README_H */
21 // ;;; Local Variables:
22 // ;;; mode:c++
23 // ;;; c-basic-offset:2
24 // ;;; End: