~ubuntu-branches/ubuntu/jaunty/lasso/jaunty

« back to all changes in this revision

Viewing changes to lasso/xml/id-wsf-2.0/ps_remove_from_collection_request.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2008-07-22 15:51:52 UTC
  • mfrom: (1.1.8 upstream) (7.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080722155152-1e85o27o2pk5f36b
Tags: 2.2.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        /* XXX */ void *Subscription;
72
72
};
73
73
 
74
 
 
75
74
struct _LassoIdWsf2PsRemoveFromCollectionRequestClass {
76
75
        LassoIdWsf2PsRequestAbstractClass parent;
77
76
};
78
77
 
79
78
LASSO_EXPORT GType lasso_idwsf2_ps_remove_from_collection_request_get_type(void);
80
 
LASSO_EXPORT LassoIdWsf2PsRemoveFromCollectionRequest* lasso_idwsf2_ps_remove_from_collection_request_new(void);
81
 
 
82
 
 
 
79
LASSO_EXPORT LassoIdWsf2PsRemoveFromCollectionRequest*
 
80
        lasso_idwsf2_ps_remove_from_collection_request_new(void);
83
81
 
84
82
#ifdef __cplusplus
85
83
}