cd_null.cpp

Go to the documentation of this file.
00001 #include "audiere.h"
00002 #include "internal.h"
00003 
00004 
00005 namespace audiere {
00006 
00007   ADR_EXPORT(const char*) AdrEnumerateCDDevices() {
00008     return "";
00009   }
00010 
00011   ADR_EXPORT(CDDevice*) AdrOpenCDDevice(const char* /*name*/) {
00012     return 0;
00013   }
00014 
00015 }

Generated on Mon Feb 13 23:07:45 2006 for audiere by  doxygen 1.4.6