comparison playtree.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 780caed72ac7
children 4d936284a5ec
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
1 1
2 /// \file 2 /// \file
3 /// \ingroup Playtree 3 /// \ingroup Playtree
4 4
5 #ifndef __PLAYTREE_H 5 #ifndef PLAYTREE_H
6 #define __PLAYTREE_H 6 #define PLAYTREE_H
7 7
8 struct stream_st; 8 struct stream_st;
9 struct m_config; 9 struct m_config;
10 10
11 /// \defgroup PlaytreeIterReturn Playtree iterator return code 11 /// \defgroup PlaytreeIterReturn Playtree iterator return code