This commit is contained in:
Borja Ferrer 2005-12-05 02:28:24 +00:00
parent 402236e51e
commit 914b53933b

View File

@ -31,6 +31,9 @@
// Class by Pavol "PMOnoTo" Marko // Class by Pavol "PMOnoTo" Marko
#ifndef __CDATABUFFER_H__
#define __CDATABUFFER_H__
template <class T> class DataBuffer template <class T> class DataBuffer
{ {
T *m_pBuf; T *m_pBuf;
@ -71,3 +74,5 @@ public:
return true; return true;
} }
}; };
#endif // #ifndef __CDATABUFFER_H__