My Project
readme.h
Go to the documentation of this file.
1/* readme.h
2 */
3#ifndef _README_H
4#define _README_H
5
6namespace osl
7{
11 namespace record
12 {
13 }
14}
15
16
17#endif /* _README_H */
18// ;;; Local Variables:
19// ;;; mode:c++
20// ;;; c-basic-offset:2
21// ;;; End: