Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

/home/rdbrown/doxygen/cse125g1/src/modules/audio/AudioException.cpp

00001 /*
00002  *  AudioException.cpp
00003  *  MMAudio
00004  *
00005  *  Created by Rib Rdb on 4/4/05.
00006  *  Copyright 2005 __MyCompanyName__. All rights reserved.
00007  *
00008  */
00009 
00010 #include "audioint.h"
00011 const char * MMAudio::AlException::getMessage() const {
00012     ALLock lock;
00013     return (const char*)alGetString(errnum);
00014 }

Generated on Thu Aug 18 16:03:09 2005 for Robin Hood: Thieves & Knights by doxygen1.2.18