[PD-cvs] externals/grh/PDContainer/src h_deque.cpp, 1.2, 1.3 h_list.cpp, 1.2, 1.3 h_map.cpp, 1.2, 1.3 h_multimap.cpp, 1.2, 1.3 h_multiset.cpp, 1.2, 1.3 h_prioqueue.cpp, 1.1, 1.2 h_queue.cpp, 1.1, 1.2 h_set.cpp, 1.2, 1.3 h_stack.cpp, 1.1, 1.2 h_vector.cpp, 1.2, 1.3

Georg Holzmann grholzi at users.sourceforge.net
Mon Jan 8 00:17:48 CET 2007


Update of /cvsroot/pure-data/externals/grh/PDContainer/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10852

Modified Files:
	h_deque.cpp h_list.cpp h_map.cpp h_multimap.cpp h_multiset.cpp 
	h_prioqueue.cpp h_queue.cpp h_set.cpp h_stack.cpp h_vector.cpp 
Log Message:
some modification for single object externals


Index: h_multiset.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_multiset.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_multiset.cpp	3 Nov 2005 20:40:40 -0000	1.2
--- h_multiset.cpp	7 Jan 2007 23:17:45 -0000	1.3
***************
*** 206,210 ****
  }
  
! void h_multiset_setup(void) 
  {
    // the object class
--- 206,210 ----
  }
  
! extern "C" void h_multiset_setup(void) 
  {
    // the object class

Index: h_multimap.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_multimap.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_multimap.cpp	3 Nov 2005 20:40:40 -0000	1.2
--- h_multimap.cpp	7 Jan 2007 23:17:45 -0000	1.3
***************
*** 336,340 ****
  }
  
! void h_multimap_setup(void) 
  {
    h_multimap_class = class_new(gensym("h_multimap"), (t_newmethod)h_multimap_new,
--- 336,340 ----
  }
  
! extern "C" void h_multimap_setup(void) 
  {
    h_multimap_class = class_new(gensym("h_multimap"), (t_newmethod)h_multimap_new,

Index: h_stack.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_stack.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** h_stack.cpp	21 Oct 2005 11:56:32 -0000	1.1
--- h_stack.cpp	7 Jan 2007 23:17:45 -0000	1.2
***************
*** 137,141 ****
  }
  
! void h_stack_setup(void) 
  {
    // the object class
--- 137,141 ----
  }
  
! extern "C" void h_stack_setup(void) 
  {
    // the object class

Index: h_prioqueue.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_prioqueue.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** h_prioqueue.cpp	21 Oct 2005 11:56:32 -0000	1.1
--- h_prioqueue.cpp	7 Jan 2007 23:17:45 -0000	1.2
***************
*** 217,221 ****
  }
  
! void h_priority_queue_setup(void) 
  {
    // the object class
--- 217,221 ----
  }
  
! extern "C" void h_priority_queue_setup(void) 
  {
    // the object class

Index: h_deque.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_deque.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_deque.cpp	3 Nov 2005 20:40:40 -0000	1.2
--- h_deque.cpp	7 Jan 2007 23:17:45 -0000	1.3
***************
*** 539,543 ****
  }
  
! void h_deque_setup(void) 
  {
    // the object class
--- 539,543 ----
  }
  
! extern "C" void h_deque_setup(void) 
  {
    // the object class

Index: h_queue.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_queue.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** h_queue.cpp	21 Oct 2005 11:56:32 -0000	1.1
--- h_queue.cpp	7 Jan 2007 23:17:45 -0000	1.2
***************
*** 137,141 ****
  }
  
! void h_queue_setup(void) 
  {
    // the object class
--- 137,141 ----
  }
  
! extern "C" void h_queue_setup(void) 
  {
    // the object class

Index: h_vector.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_vector.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_vector.cpp	3 Nov 2005 20:40:40 -0000	1.2
--- h_vector.cpp	7 Jan 2007 23:17:45 -0000	1.3
***************
*** 457,461 ****
  }
  
! void h_vector_setup(void) 
  {
    // the object class
--- 457,461 ----
  }
  
! extern "C" void h_vector_setup(void) 
  {
    // the object class

Index: h_list.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_list.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_list.cpp	3 Nov 2005 20:40:40 -0000	1.2
--- h_list.cpp	7 Jan 2007 23:17:45 -0000	1.3
***************
*** 394,398 ****
  }
  
! void h_list_setup(void) 
  {
    // the object class
--- 394,398 ----
  }
  
! extern "C" void h_list_setup(void) 
  {
    // the object class

Index: h_map.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_map.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_map.cpp	3 Nov 2005 20:40:40 -0000	1.2
--- h_map.cpp	7 Jan 2007 23:17:45 -0000	1.3
***************
*** 339,343 ****
  }
  
! void h_map_setup(void) 
  {
    // the object class
--- 339,343 ----
  }
  
! extern "C" void h_map_setup(void) 
  {
    // the object class

Index: h_set.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grh/PDContainer/src/h_set.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** h_set.cpp	3 Nov 2005 20:40:40 -0000	1.2
--- h_set.cpp	7 Jan 2007 23:17:45 -0000	1.3
***************
*** 206,210 ****
  }
  
! void h_set_setup(void) 
  {
    // the object class
--- 206,210 ----
  }
  
! extern "C" void h_set_setup(void) 
  {
    // the object class





More information about the Pd-cvs mailing list