Revision: 7675
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7675&view=rev
Author:   natepak
Date:     2009-05-15 19:46:48 +0000 (Fri, 15 May 2009)

Log Message:
-----------
Removed OpenALAPI

Removed Paths:
-------------
    code/gazebo/trunk/server/OpenALAPI.cc
    code/gazebo/trunk/server/OpenALAPI.hh

Deleted: code/gazebo/trunk/server/OpenALAPI.cc
===================================================================
--- code/gazebo/trunk/server/OpenALAPI.cc       2009-05-15 19:43:14 UTC (rev 
7674)
+++ code/gazebo/trunk/server/OpenALAPI.cc       2009-05-15 19:46:48 UTC (rev 
7675)
@@ -1,46 +0,0 @@
-#include "config.h"
-
-#include "OpenAL.hh"
-#include "OpenALAPI.hh"
-
-using namespace gazebo;
-
-////////////////////////////////////////////////////////////////////////////////
-/// Constructor
-OpenALAPI::OpenALAPI()
-{
-}
-
-////////////////////////////////////////////////////////////////////////////////
-/// Destructor
-OpenALAPI::~OpenALAPI()
-{
-}
-
-////////////////////////////////////////////////////////////////////////////////
-// Load
-void OpenALAPI::Load(XMLConfigNode *node)
-{
-#ifdef HAVE_OPENAL
-  OpenAL::Instance()->Load( node );
-#endif
-}
-
-////////////////////////////////////////////////////////////////////////////////
-/// Initialize
-void OpenALAPI::Init()
-{
-#ifdef HAVE_OPENAL
-  OpenAL::Instance()->Init( );
-#endif
-}
-
-////////////////////////////////////////////////////////////////////////////////
-/// Finalize
-void OpenALAPI::Fini()
-{
-#ifdef HAVE_OPENAL
-  OpenAL::Instance()->Fini( );
-#endif
-}
-

Deleted: code/gazebo/trunk/server/OpenALAPI.hh
===================================================================
--- code/gazebo/trunk/server/OpenALAPI.hh       2009-05-15 19:43:14 UTC (rev 
7674)
+++ code/gazebo/trunk/server/OpenALAPI.hh       2009-05-15 19:46:48 UTC (rev 
7675)
@@ -1,61 +0,0 @@
-/*
- *  Gazebo - Outdoor Multi-Robot Simulator
- *  Copyright (C) 2003
- *     Nate Koenig & Andrew Howard
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- */
-/* Desc: OpenAL API
- * Author: Nate Koenig
- * Date: 14 May 2009
- * SVN: $Id$
- */
-
-#ifndef OPENALAPI_HH
-#define OPENALAPI_HH
-
-namespace gazebo
-{
-  class OpenALSource;
-  class XMLConfigNode;
-
-  class OpenALAPI
-  {
-    /// \brief Constructor
-    public: OpenALAPI();
-
-    /// \brief Destructor
-    public: virtual ~OpenALAPI();
-
-    /// \brief Load
-    public: void Load(XMLConfigNode *node);
-
-    /// \brief Initialize
-    public: void Init();
-
-    /// \brief Create an OpenALSource object from XML node
-    /// \param node The XML config node containing the auiod information
-    /// \return A pointer to an OpenALSource object
-    //public: OpenALSource *CreateSource( XMLConfigNode *node );
-
-    /// \brief Finalize
-    public: void Fini();
-  };
-
-
-}
-
-#endif


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to