All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eval/ppair/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 eval
9  {
16  namespace ppair
17  {
18  }
19  }
20 }
21 #endif /* _README_H */
22 // ;;; Local Variables:
23 // ;;; mode:c++
24 // ;;; c-basic-offset:2
25 // ;;; coding:utf-8
26 // ;;; End: