]> git.sesse.net Git - vlc/blobdiff - src/misc/beos_specific.cpp
Commited BeOS changes by Richard Shepherd and Tony Castley.
[vlc] / src / misc / beos_specific.cpp
index 276391f579d4aa0ebbbae9edd59e3ed3d110dfcb..9fcebb6d0836ad08600022d7b09d7d7aff3c1db9 100644 (file)
@@ -3,23 +3,21 @@
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
  *
- * Authors:
- * Jean-Marc Dressler
+ * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
  * 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.
+ * 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.
+ * 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, USA.
  *****************************************************************************/
 #include "defs.h"
 
@@ -56,7 +54,7 @@ void beos_AppThread( void * args )
     delete BeApp;
 }
 
-void beos_Init( void )
+void beos_Create( void )
 {
     int i_lenght;
     BPath path;
@@ -79,7 +77,7 @@ void beos_Init( void )
     strcpy( psz_beos_program_path, path.Path() );
 }
 
-void beos_Clean( void )
+void beos_Destroy( void )
 {
     free( psz_beos_program_path ); /* XXX */
     be_app->PostMessage( B_QUIT_REQUESTED );
@@ -91,4 +89,4 @@ char * beos_GetProgramPath( void )
     return( psz_beos_program_path );
 }
 
-} /* extern "C" */
\ No newline at end of file
+} /* extern "C" */