|
From: Brian M. <ma...@us...> - 2006-03-23 19:29:18
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2995/src/java/org/lwjgl/fmod3 Modified Files: FSoundDSPUnit.java FSoundStream.java FSoundReverbChannelProperties.java FSoundTagField.java FSoundSyncPoint.java FSoundSample.java FSound.java FMODException.java FSoundReverbProperties.java FSoundSampleLock.java FMusic.java FMOD.java FMusicModule.java FSoundTocTag.java Log Message: applied patch to move ID tag Index: FSound.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSound.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- FSound.java 10 May 2005 22:31:09 -0000 1.13 +++ FSound.java 23 Mar 2006 19:28:44 -0000 1.14 @@ -48,10 +48,10 @@ import org.lwjgl.fmod3.callbacks.FSoundTellCallback; /** - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSound { Index: FSoundSyncPoint.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundSyncPoint.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- FSoundSyncPoint.java 12 Aug 2004 21:40:35 -0000 1.3 +++ FSoundSyncPoint.java 23 Mar 2006 19:28:44 -0000 1.4 @@ -35,10 +35,10 @@ /** * This class is a representation of a SyncPoint in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundSyncPoint { /** Opaque handle to syncpoint */ Index: FMusic.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FMusic.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FMusic.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FMusic.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -39,10 +39,10 @@ import org.lwjgl.fmod3.callbacks.FMusicCallback; /** - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FMusic { Index: FMusicModule.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FMusicModule.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FMusicModule.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FMusicModule.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -33,10 +33,10 @@ /** * This class is a representation of a Module in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FMusicModule { /** Handle to module */ Index: FMOD.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FMOD.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- FMOD.java 17 Dec 2005 21:22:11 -0000 1.15 +++ FMOD.java 23 Mar 2006 19:28:44 -0000 1.16 @@ -40,10 +40,10 @@ import org.lwjgl.LWJGLUtil; /** - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FMOD { Index: FSoundReverbChannelProperties.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundReverbChannelProperties.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FSoundReverbChannelProperties.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FSoundReverbChannelProperties.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -33,10 +33,10 @@ /** * This class is a representation of a Reverb channel property object in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundReverbChannelProperties { /** Handle to stream */ Index: FSoundTagField.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundTagField.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- FSoundTagField.java 28 Oct 2004 19:32:31 -0000 1.4 +++ FSoundTagField.java 23 Mar 2006 19:28:44 -0000 1.5 @@ -35,10 +35,10 @@ /** * This class defines attributes in a tag field - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundTagField { Index: FSoundReverbProperties.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundReverbProperties.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FSoundReverbProperties.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FSoundReverbProperties.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -33,10 +33,10 @@ /** * This class is a representation of a Reverb property object in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundReverbProperties { /** Handle to stream */ Index: FSoundStream.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundStream.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FSoundStream.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FSoundStream.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -33,10 +33,10 @@ /** * This class is a representation of a Sound stream in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundStream { /** Handle to stream */ Index: FSoundTocTag.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundTocTag.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FSoundTocTag.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FSoundTocTag.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -33,10 +33,10 @@ /** * This class is a representation of a FSOUND_TOC_TAG property object in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundTocTag { /** Handle to toc */ Index: FSoundDSPUnit.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundDSPUnit.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- FSoundDSPUnit.java 12 Aug 2004 21:40:35 -0000 1.3 +++ FSoundDSPUnit.java 23 Mar 2006 19:28:44 -0000 1.4 @@ -35,10 +35,10 @@ /** * This class is a representation of a DSPUnit in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundDSPUnit { /** Opaque handle to dsp unit */ Index: FMODException.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FMODException.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FMODException.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FMODException.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -35,10 +35,10 @@ /** * FMOD Exception specific for FMOD exceptions (duh!) - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FMODException extends LWJGLException { Index: FSoundSample.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundSample.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FSoundSample.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FSoundSample.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -33,10 +33,10 @@ /** * This class is a representation of a Sound Sample in FMod. - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundSample { /** Handle to sample */ Index: FSoundSampleLock.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/fmod3/FSoundSampleLock.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FSoundSampleLock.java 12 Jun 2004 20:28:21 -0000 1.2 +++ FSoundSampleLock.java 23 Mar 2006 19:28:44 -0000 1.3 @@ -34,10 +34,10 @@ import java.nio.ByteBuffer; /** - * $Id$ * <br> * @author Brian Matzon <br...@ma...> * @version $Revision$ + * $Id$ */ public class FSoundSampleLock { |