Index: trunk/glueforge/glueforge.in
===================================================================
--- trunk/glueforge/glueforge.in	(revision 5898)
+++ trunk/glueforge/glueforge.in	(revision 5901)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: glueforge.in,v 1.34 2006-01-05 03:31:06 jhoblitt Exp $
+# $Id: glueforge.in,v 1.35 2006-01-05 22:54:44 jhoblitt Exp $
 
 use strict;
@@ -139,5 +139,5 @@
 
     my %primitives = map { $_ => 1 } qw( S8 S16 S32 S64 U8 U16 U32 U64 F32 F64 );
-    my %mtypes = map { $_ => "PS_META_$_" } keys %primitives;
+    my %mtypes = map { $_ => "PS_DATA_$_" } keys %primitives;
     my %ctypes = map { $_ => "ps$_" } keys %primitives;
 
@@ -164,5 +164,5 @@
         return {
             ctype   => "char*",
-            mtype   => 'PS_META_STR',
+            mtype   => 'PS_DATA_STR',
             test    => '"a string"',
         };
@@ -170,5 +170,5 @@
         return {
             ctype   => "bool",
-            mtype   => 'PS_META_BOOL',
+            mtype   => 'PS_DATA_BOOL',
             test    => 'true',
         };
