gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/extensions/lirc lirc_ext.h


From: Rob Savoye
Subject: [Gnash-commit] gnash/extensions/lirc lirc_ext.h
Date: Fri, 14 Sep 2007 23:22:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/09/14 23:22:06

Added files:
        extensions/lirc: lirc_ext.h 

Log message:
        Rename from lirc.h to lirc_ext.h to avoid naming conflicts.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/lirc/lirc_ext.h?cvsroot=gnash&rev=1.1

Patches:
Index: lirc_ext.h
===================================================================
RCS file: lirc_ext.h
diff -N lirc_ext.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ lirc_ext.h  14 Sep 2007 23:22:06 -0000      1.1
@@ -0,0 +1,46 @@
+// 
+//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+// 
+// 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 3 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+#ifndef __LIRC_PLUGIN_H__
+#define __LIRC_PLUGIN_H__
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <memory> // for auto_ptr
+#include "as_object.h"
+
+namespace gnash
+{
+
+extern "C" {
+    void lirc_class_init(as_object &obj);  
+    /// Return an  instance
+}
+
+std::auto_ptr<as_object> init_lirc_instance();
+
+} // end of gnash namespace
+
+// __LIRC_PLUGIN_H__
+#endif
+
+// Local Variables:
+// mode: C++
+// indent-tabs-mode: t
+// End:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]