From 27307acd7c6f9f9083bdcad38ba54f18d4f080b7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 29 Apr 2006 22:33:31 +0000 Subject: Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio svn-id: r22231 --- sound/audiocd.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sound/audiocd.h') diff --git a/sound/audiocd.h b/sound/audiocd.h index c829daafaa..c7d5fd15e0 100644 --- a/sound/audiocd.h +++ b/sound/audiocd.h @@ -28,6 +28,9 @@ #include "common/singleton.h" #include "sound/mixer.h" + +namespace Audio { + class DigitalTrackInfo { public: virtual bool error() = 0; @@ -82,6 +85,8 @@ private: }; /** Shortcut for accessing the audio CD manager. */ -#define AudioCD AudioCDManager::instance() +#define AudioCD Audio::AudioCDManager::instance() + +} // End of namespace Audio #endif -- cgit v1.2.3