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

Definition at line 249 of file sound_driver.h.
Public Member Functions | |
| ESoundDriverCantCreateDriver () | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| std::string | _Reason |
|
|
Definition at line 252 of file sound_driver.h. References t.
00252 : ESoundDriver( NLSOUND_DLL_NAME " can't create driver" ) {} |
|
|
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