From db940c119a3096ed0386dd13809405c9046f10af Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 10 Feb 2010 00:35:03 +0000 Subject: [PATCH] Docs: reorder sections in chapter "Lasso Architecture" --- docs/reference/lasso/lasso-docs.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/lasso/lasso-docs.sgml b/docs/reference/lasso/lasso-docs.sgml index 0f8aaa18..009813c6 100644 --- a/docs/reference/lasso/lasso-docs.sgml +++ b/docs/reference/lasso/lasso-docs.sgml @@ -114,7 +114,6 @@ the GNU General Public License< Application Programming Interface Lasso Architecture - Lasso handle the concepts of providers sharing identities, that can enable the creation of sessions following an authentication. The current provider is represented by the LassoServer object, which @@ -141,12 +140,13 @@ the GNU General Public License< + LassoNode is the base class for all Lasso classes, it gives XML serialization and deserialization support to all of them. The LassoMiscTextNode allows to represent miscellenaous nodes for whose no mapping to a specific GObjectClass exists. - +