From a6cc4ca8b8432acdc2ce7bf7ebb92583eeeeff9f Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 15 Oct 2004 13:34:47 +0000 Subject: development --- xsd2c/types.map | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xsd2c/types.map') 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") -- cgit v1.1-32-gdbae