pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/sound sound_dummy.cxx, 1.2, 1.3 sound


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/sound sound_dummy.cxx, 1.2, 1.3 sound_res_mgr.hxx, 1.3, 1.4
Date: Sun, 19 Oct 2003 01:17:30 +0200

Update of /var/lib/cvs/Games/Pingus/src/sound
In directory dark:/tmp/cvs-serv4053/sound

Modified Files:
        sound_dummy.cxx sound_res_mgr.hxx 
Log Message:
- bunch of little fixes for CL0.7, some parts are compilable, but still a bit 
more todo

Index: sound_dummy.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/sound/sound_dummy.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sound_dummy.cxx     19 Apr 2003 10:23:19 -0000      1.2
+++ sound_dummy.cxx     18 Oct 2003 23:17:28 -0000      1.3
@@ -21,6 +21,7 @@
 #include "../debug.hxx"
 #include "sound_dummy.hxx"
 
+namespace Pingus {
 namespace Sound {
 
 void
@@ -42,6 +43,7 @@
 }
 
 } // namespace Sound
+} // namespace Pingus
 
 /* EOF */
 

Index: sound_res_mgr.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/sound/sound_res_mgr.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sound_res_mgr.hxx   4 Jun 2003 17:22:33 -0000       1.3
+++ sound_res_mgr.hxx   18 Oct 2003 23:17:28 -0000      1.4
@@ -26,6 +26,8 @@
 
 typedef CL_SoundBuffer* SoundHandle;
 
+namespace Pingus {
+
 /** */
 class SoundResMgr
 {
@@ -41,6 +43,8 @@
   SoundResMgr& operator= (const SoundResMgr&);
 };
 
+} // namespace Pingus
+
 #endif
 
 /* EOF */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]