diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-09-11 15:51:47 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-09-11 15:51:47 +0000 |
| commit | 708cbd5142afebd2d54e6c99fb02e737fe0aff63 (patch) | |
| tree | eb63085394e28e706d99e4ee28bcc3575b96ec1f /lasso/xml/ws | |
| parent | 7f2e83604fe563869f67218fd9b86376d2a26c13 (diff) | |
XML: add all inclusive header files for id-wsf2, ws, id-wsf XML elements
* lasso/xml/wsf/xml_ws.h:
* lasso/xml/id-wsf-2.0/xml_idwsf2.h:
* lasso/xml/xml_idwsf.h:
new files.
Diffstat (limited to 'lasso/xml/ws')
| -rw-r--r-- | lasso/xml/ws/xml_ws.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lasso/xml/ws/xml_ws.h b/lasso/xml/ws/xml_ws.h new file mode 100644 index 00000000..9ece48ef --- /dev/null +++ b/lasso/xml/ws/xml_ws.h @@ -0,0 +1,45 @@ +/* $Id$ + * + * Lasso - A free implementation of the Liberty Alliance specifications. + * + * Copyright (C) 2004-2007 Entr'ouvert + * http://lasso.entrouvert.org + * + * Authors: See AUTHORS file in top-level directory. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __LASSO_XML_WS_H__ +#define __LASSO_XML_WS_H__ + +#include "./wsa_attributed_any.h" +#include "./wsa_attributed_qname.h" +#include "./wsa_attributed_unsigned_long.h" +#include "./wsa_attributed_uri.h" +#include "./wsa_endpoint_reference.h" +#include "./wsa_metadata.h" +#include "./wsa_problem_action.h" +#include "./wsa_reference_parameters.h" +#include "./wsa_relates_to.h" +#include "./wsse_embedded.h" +#include "./wsse_reference.h" +#include "./wsse_security_header.h" +#include "./wsse_security_token_reference.h" +#include "./wsse_transformation_parameters.h" +#include "./wsse_username_token.h" +#include "./wsu_timestamp.h" + +#endif |
