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 }