add header guards

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@722 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-08-12 20:10:24 +00:00
parent 3a4bbc85c1
commit 16f59f6874
+3
View File
@@ -1,3 +1,5 @@
#ifndef _MEDIA_T_LIST_H
#define _MEDIA_T_LIST_H
template<class value> class List
{
@@ -38,3 +40,4 @@ private:
int count;
};
#endif // _MEDIA_T_LIST_H