Revision: 4453
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4453&view=rev
Author:   zmoelnig
Date:     2011-08-12 13:48:03 +0000 (Fri, 12 Aug 2011)

Log Message:
-----------
replaced () by (void)

Modified Paths:
--------------
    trunk/Gem/src/Vertex/vertex_add.h
    trunk/Gem/src/Vertex/vertex_combine.h
    trunk/Gem/src/Vertex/vertex_draw.h
    trunk/Gem/src/Vertex/vertex_grid.h
    trunk/Gem/src/Vertex/vertex_info.h
    trunk/Gem/src/Vertex/vertex_model.h
    trunk/Gem/src/Vertex/vertex_mul.h
    trunk/Gem/src/Vertex/vertex_offset.h
    trunk/Gem/src/Vertex/vertex_quad.h
    trunk/Gem/src/Vertex/vertex_scale.h
    trunk/Gem/src/Vertex/vertex_set.h
    trunk/Gem/src/Vertex/vertex_tabread.h

Modified: trunk/Gem/src/Vertex/vertex_add.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_add.h   2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_add.h   2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -44,7 +44,7 @@
        
        //////////
        // Destructor
-       virtual ~vertex_add();
+       virtual ~vertex_add(void);
        
        // which left-hand array to process
        int m_leftType;

Modified: trunk/Gem/src/Vertex/vertex_combine.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_combine.h       2011-08-12 13:47:20 UTC (rev 
4452)
+++ trunk/Gem/src/Vertex/vertex_combine.h       2011-08-12 13:48:03 UTC (rev 
4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -38,13 +38,13 @@
 
         //////////
         // Constructor
-       vertex_combine();
+       vertex_combine(void);
        
     protected:
        
        //////////
        // Destructor
-       virtual ~vertex_combine();
+       virtual ~vertex_combine(void);
         
         float  *m_rightVertexArray;
         float  *m_rightColorArray;

Modified: trunk/Gem/src/Vertex/vertex_draw.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_draw.h  2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_draw.h  2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -38,13 +38,13 @@
 
         //////////
         // Constructor
-       vertex_draw();
+       vertex_draw(void);
        
     protected:
        
        //////////
        // Destructor
-       virtual ~vertex_draw();
+       virtual ~vertex_draw(void);
         
        ////////////
        // use VertexArrayObjects

Modified: trunk/Gem/src/Vertex/vertex_grid.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_grid.h  2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_grid.h  2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -44,7 +44,7 @@
        
        //////////
        // Destructor
-       virtual ~vertex_grid();
+       virtual ~vertex_grid(void);
         
         int    m_x,m_y,m_oldx,m_oldy;
         float  m_spacex, m_spacey;

Modified: trunk/Gem/src/Vertex/vertex_info.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_info.h  2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_info.h  2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -38,13 +38,13 @@
 
         //////////
         // Constructor
-       vertex_info();
+       vertex_info(void);
        
     protected:
        
        //////////
        // Destructor
-       virtual ~vertex_info();
+       virtual ~vertex_info(void);
         
         int            m_previousSize;
         int            m_vertNum,m_vertCount;

Modified: trunk/Gem/src/Vertex/vertex_model.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_model.h 2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_model.h 2011-08-12 13:48:03 UTC (rev 4453)
@@ -39,13 +39,13 @@
 
         //////////
         // Constructor
-       vertex_model();
+       vertex_model(void);
        
     protected:
        
        //////////
        // Destructor
-       virtual ~vertex_model();
+       virtual ~vertex_model(void);
         
         //int  m_blend;
         float  *m_ColorArray;

Modified: trunk/Gem/src/Vertex/vertex_mul.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_mul.h   2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_mul.h   2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -44,7 +44,7 @@
        
        //////////
        // Destructor
-       virtual ~vertex_mul();
+       virtual ~vertex_mul(void);
        
        //////////
        // Do the rendering

Modified: trunk/Gem/src/Vertex/vertex_offset.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_offset.h        2011-08-12 13:47:20 UTC (rev 
4452)
+++ trunk/Gem/src/Vertex/vertex_offset.h        2011-08-12 13:48:03 UTC (rev 
4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -44,7 +44,7 @@
        
   //////////
   // Destructor
-  virtual ~vertex_offset();
+  virtual ~vertex_offset(void);
 
   virtual void paramMess(int,t_atom*);
   float        m_x,m_y,m_z,m_w;

Modified: trunk/Gem/src/Vertex/vertex_quad.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_quad.h  2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_quad.h  2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -38,13 +38,13 @@
 
         //////////
         // Constructor
-       vertex_quad();
+       vertex_quad(void);
        
     protected:
        
        //////////
        // Destructor
-       virtual ~vertex_quad();
+       virtual ~vertex_quad(void);
         
         int    m_blend;
         float  *m_ColorArray;

Modified: trunk/Gem/src/Vertex/vertex_scale.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_scale.h 2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_scale.h 2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -44,7 +44,7 @@
        
   //////////
   // Destructor
-  virtual ~vertex_scale();
+  virtual ~vertex_scale(void);
 
   virtual void paramMess(int,t_atom*);
   float        m_x,m_y,m_z,m_w;

Modified: trunk/Gem/src/Vertex/vertex_set.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_set.h   2011-08-12 13:47:20 UTC (rev 4452)
+++ trunk/Gem/src/Vertex/vertex_set.h   2011-08-12 13:48:03 UTC (rev 4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -44,7 +44,7 @@
        
   //////////
   // Destructor
-  virtual ~vertex_set();
+  virtual ~vertex_set(void);
 
   virtual void paramMess(int,t_atom*);
   float        m_x,m_y,m_z,m_w;

Modified: trunk/Gem/src/Vertex/vertex_tabread.h
===================================================================
--- trunk/Gem/src/Vertex/vertex_tabread.h       2011-08-12 13:47:20 UTC (rev 
4452)
+++ trunk/Gem/src/Vertex/vertex_tabread.h       2011-08-12 13:48:03 UTC (rev 
4453)
@@ -6,7 +6,7 @@
 
     Copyright (c) 1997-2000 Mark Danks. m...@danks.org
     Copyright (c) Gžnther Geiger. gei...@epy.co.at
-    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::f¾r::uml‰ute. IEM. 
zmoel...@iem.kug.ac.at
+    Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::fžr::uml�ute. IEM. 
zmoel...@iem.kug.ac.at
     For information on usage and redistribution, and for a DISCLAIMER OF ALL
     WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution.
 
@@ -44,7 +44,7 @@
        
        //////////
        // Destructor
-       virtual ~vertex_tabread();
+       virtual ~vertex_tabread(void);
 
         GLfloat        *m_VertexArray;
         GLfloat        *m_ColorArray;
@@ -59,7 +59,7 @@
                //////////
                // set the dirty flag
                bool m_doit;
-               void bangMess();
+               void bangMess(void);
 
        //////////
        // set the tables that hold the interleaved data (vertex, color, ...)


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

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to