]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_group.hxx
Update to the latestaienwave.hpp header file
[simgear.git] / simgear / sound / sample_group.hxx
index 30fcebbe5588fc90e38dd044a80f5af4d9421615..8db767ff5f00e334b4db1b4633d153340dad8716 100644 (file)
@@ -22,8 +22,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
 
-#ifndef _SG_SAMPLE_GROUP_OPENAL_HXX
-#define _SG_SAMPLE_GROUP_OPENAL_HXX 1
+#ifndef _SG_SAMPLE_GROUP_HXX
+#define _SG_SAMPLE_GROUP_HXX 1
 
 
 #include <string>
@@ -76,7 +76,7 @@ public:
 
     /**
      * Update function.
-     * Call this function periodically to update the OpenAL state of all
+     * Call this function periodically to update the state of all
      * samples associated with this class. None op the configuration changes
      * take place without a call to this function.
      */
@@ -225,7 +225,7 @@ private:
     sample_map _samples;
     std::vector< SGSharedPtr<SGSoundSample> > _removed_samples;
 
-    bool testForALError(std::string s);
+    bool testForMgrError(std::string s);
     bool testForError(void *p, std::string s);
 
     void update_pos_and_orientation();