Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/library/dao/dao.h

Go to the documentation of this file.
00001 // dao.h
00002 // Created 10/22/2009 by RJ Ryan (rryan@mit.edu)
00003 
00004 #ifndef DAO_H
00005 #define DAO_H
00006 
00007 class DAO {
00008     virtual void initialize() = 0;
00009 };
00010 
00011 #endif /* DAO_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines