~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to lasso/xml/soap_body.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: soap_body.h,v 1.2 2005/03/18 09:09:49 nclapies Exp $ 
 
1
/* $Id: soap_body.h,v 1.3 2005/09/19 14:16:34 nclapies Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
49
49
        LassoNode parent;
50
50
 
51
51
        GList *any;
 
52
        gchar *id;
52
53
        /* TODO : supports of any attributes */
53
54
};
54
55