libcdos-fw
CFMediaBase.h
1 #ifndef __CFMEDIABASE_H__
2 #define __CFMEDIABASE_H__
3 
4 class CFMediaBase {
5 public:
6  CFMediaBase();
7  ~CFMediaBase();
8 };
9 
10 #endif // __CFMEDIABASE_H__
Definition: CFMediaBase.h:4