gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/extensions/mysql mysql_table.h


From: Rob Savoye
Subject: [Gnash-commit] gnash/extensions/mysql mysql_table.h
Date: Sun, 17 Dec 2006 01:39:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/12/17 01:39:35

Removed files:
        extensions/mysql: mysql_table.h 

Log message:
        Need to actually remove the file this time.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/mysql/mysql_table.h?cvsroot=gnash&r1=1.3&r2=0

Patches:
Index: mysql_table.h
===================================================================
RCS file: mysql_table.h
diff -N mysql_table.h
--- mysql_table.h       29 Oct 2006 18:34:17 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,51 +0,0 @@
-// 
-//   Copyright (C) 2005, 2006 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 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-//
-
-#ifndef TABLE_H
-#define TABLE_H
-
-#include <mysql.h>
-#include <deque>
-
-#include "as_value.h"
-#include "as_object.h"
-
-
-namespace mysqldb
-{
-       using namespace gnash;
-
-       class table: public as_object
-       {
-       public:
-               table(MYSQL_RES* result);
-               ~table();
-
-               virtual bool    get_member(const tu_stringi& name, as_value* 
val);
-//             virtual void    set_member(const tu_stringi& name, const 
as_value& val);
-               int size();
-
-               std::vector< as_object* > m_data;       // [columns][rows]
-
-       };
-
-
-
-}
-
-#endif // TABLE_H




reply via email to

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