4 #ifndef __AUDIO_SCENE_H__INCLUDED__
5 #define __AUDIO_SCENE_H__INCLUDED__
36 Scene(
const std::string &name)
throw();
41 const std::string&
getName()
const throw() {
return name; }
46 virtual void add(SharedPtr<Source> source)
throw(
Exception) = 0;
59 #endif//__AUDIO_SCENE_H__INCLUDED__