more changes.
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / Header.java
index 02826144be452a8843fde4a4a51096fa0be3b2dc..cd7fb01f122b223000fcd2d8bd02f76fd76249e0 100644 (file)
@@ -353,19 +353,19 @@ public final class Header
        /**\r
         * Returns version.\r
         */\r
-     @RETURNLOC("THIS")\r
+     @RETURNLOC("OUT")\r
        public int version() { return h_version; }\r
 \r
        /**\r
         * Returns Layer ID.\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public int layer() { return h_layer; }\r
 \r
        /**\r
         * Returns bitrate index.\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public int bitrate_index() { return h_bitrate_index; }\r
 \r
        /**\r
@@ -381,7 +381,7 @@ public final class Header
        /**\r
         * Returns Mode.\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public int mode() { return h_mode; }\r
 \r
        /**\r
@@ -425,7 +425,7 @@ public final class Header
         * Returns Checksum flag.\r
         * Compares computed checksum with stream checksum.\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public boolean checksum_ok () { return (checksum == crc.checksum()); }\r
 \r
        // Seeking and layer III stuff\r
@@ -441,13 +441,13 @@ public final class Header
        /**\r
         * Returns Slots.\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public int slots() { return nSlots; }\r
 \r
        /**\r
         * Returns Mode Extension.\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public int mode_extension() { return h_mode_extension; }\r
 \r
        // E.B -> private to public\r
@@ -762,7 +762,7 @@ public final class Header
         * Returns the number of subbands in the current frame.\r
         * @return number of subbands\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public int number_of_subbands() {return h_number_of_subbands;}\r
 \r
        /**\r
@@ -772,6 +772,6 @@ public final class Header
         * subbands above that limit are in intensity stereo mode.\r
         * @return intensity\r
         */\r
-       @RETURNLOC("THIS")\r
+       @RETURNLOC("OUT")\r
        public int intensity_stereo_bound() {return h_intensity_stereo_bound;}\r
 }\r