summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-02-18 17:29:50 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-02-18 17:29:50 +0000
commit3c0024e7ee7e7df75549ee8010cc584c80844a78 (patch)
treefda3544ddb0a701a567ce13a361fae59f928382e
parent4800b27dc8f773ab39985059d8031033279e33b0 (diff)
* Suppression de #define doublons.
* Ajout d'un commentaire déclaratif /* of LassoXXX */ à une déclaration d'un membre de structure de type GList*.
-rw-r--r--lasso/xml/lib_idp_entries.h2
-rw-r--r--lasso/xml/strings.h7
2 files changed, 1 insertions, 8 deletions
diff --git a/lasso/xml/lib_idp_entries.h b/lasso/xml/lib_idp_entries.h
index 4ef69b0e..cb539629 100644
--- a/lasso/xml/lib_idp_entries.h
+++ b/lasso/xml/lib_idp_entries.h
@@ -52,7 +52,7 @@ struct _LassoLibIDPEntries{
/*< public >*/
/* <xs:element ref="IDPEntry" maxOccurs="unbounded"/> */
- GList *IDPEntry;
+ GList *IDPEntry; /* of LassoLibIDPEntry */
};
struct _LassoLibIDPEntriesClass {
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index bb6add48..41249453 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -210,7 +210,6 @@
#define LASSO_DST_STATUS_CODE_DATA_TOO_LONG "DataTooLong"
#define LASSO_DST_STATUS_CODE_EXISTS_ALREADY "ExistsAlready"
#define LASSO_DST_STATUS_CODE_EXTENSION_NOT_SUPPORTED "ExtensionNotSupported"
-#define LASSO_DST_STATUS_CODE_FAILED "Failed"
#define LASSO_DST_STATUS_CODE_INVALID_DATA "InvalidData"
#define LASSO_DST_STATUS_CODE_INVALID_RESOURCE_ID "InvalidResourceID"
#define LASSO_DST_STATUS_CODE_INVALID_SELECT "InvalidSelect"
@@ -503,12 +502,6 @@
#define LASSO_IDWSF2_DISCO_HREF "urn:liberty:disco:2006-08"
#define LASSO_IDWSF2_DISCO_PREFIX "disco"
-#define LASSO_EP_HREF "urn:liberty:id-sis-ep:2003-08"
-#define LASSO_EP_PREFIX "ep"
-
-#define LASSO_PP_HREF "urn:liberty:id-sis-pp:2003-08"
-#define LASSO_PP_PREFIX "pp"
-
#define LASSO_IDWSF2_DST_HREF "urn:liberty:dst:2006-08"
#define LASSO_IDWSF2_DST_PREFIX "dst"