#include <SoundFactory.h>
Collaboration diagram for snx::SoundFactoryReg:

Public Methods | |
| SoundFactoryReg (const std::string &apiName) | |
| virtual | ~SoundFactoryReg () |
Public Attributes | |
| _type | mSoundAPI |
| std::string | mNameOfAPI |
|
||||||||||
|
Definition at line 117 of file SoundFactory.h. References mNameOfAPI, and mSoundAPI.
00117 : mSoundAPI(), mNameOfAPI( apiName ) 00118 { 00119 mSoundAPI.setName( mNameOfAPI ); 00120 snx::SoundFactory::instance()->reg( mNameOfAPI, &mSoundAPI ); 00121 } |
|
|||||||||
|
Definition at line 122 of file SoundFactory.h. References mNameOfAPI, and mSoundAPI.
00123 {
00124 mSoundAPI.setName( "unavailable/deleted/nomore" );
00125 snx::SoundFactory::instance()->reg( mNameOfAPI, NULL );
00126 }
|
|
|||||
|
Definition at line 115 of file SoundFactory.h. Referenced by SoundFactoryReg, and ~SoundFactoryReg. |
|
|||||
|
Definition at line 116 of file SoundFactory.h. Referenced by SoundFactoryReg, and ~SoundFactoryReg. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002