summaryrefslogtreecommitdiffstats
path: root/xsd2c/types.map
diff options
context:
space:
mode:
authorGravatar snowdrop2004-10-15 13:34:47 +0000
committerGravatar snowdrop2004-10-15 13:34:47 +0000
commita6cc4ca8b8432acdc2ce7bf7ebb92583eeeeff9f (patch)
tree4f954c8c2416bcb7220c42afcc93c95747c8d28c /xsd2c/types.map
parent73e428cb61f06f1582d65f98843a0bcf174c2f00 (diff)
downloadcsoap-a6cc4ca8b8432acdc2ce7bf7ebb92583eeeeff9f.tar.gz
csoap-a6cc4ca8b8432acdc2ce7bf7ebb92583eeeeff9f.tar.bz2
development
Diffstat (limited to 'xsd2c/types.map')
-rw-r--r--xsd2c/types.map3
1 files changed, 2 insertions, 1 deletions
diff --git a/xsd2c/types.map b/xsd2c/types.map
index e6f4bc3..4f22de3 100644
--- a/xsd2c/types.map
+++ b/xsd2c/types.map
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: types.map,v 1.1 2004/06/02 11:17:03 snowdrop Exp $
+ * $Id: types.map,v 1.2 2004/10/15 13:35:39 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -35,4 +35,5 @@ XSD2C_MAPNS("string", "char*")
XSD2C_MAPNS("integer", "int")
XSD2C_MAPNS("int", "int")
XSD2C_MAPNS("double", "double")
+XSD2C_MAPNS("float", "float")
XSD2C_MAPNS("boolean", "int")