#include <sound_driver.h>
Inheritance diagram for NLSOUND::ESoundDriver:

Definition at line 198 of file sound_driver.h.
Public Member Functions | |
| ESoundDriver (const char *reason) | |
| ESoundDriver () | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| std::string | _Reason |
|
|
Definition at line 201 of file sound_driver.h.
00201 : NLMISC::Exception( "Sound driver error" ) {} |
|
|
Definition at line 202 of file sound_driver.h.
00202 : NLMISC::Exception( reason ) {} |
|
|
Reimplemented in NL3D::EBadBind. Definition at line 672 of file common.cpp.
00673 {
00674 return _Reason.c_str();
00675 }
|
|
|
Definition at line 244 of file common.h. Referenced by NLMISC::Exception::Exception(). |
1.3.6