diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-04-27 08:19:30 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-04-27 08:19:30 +0000 |
| commit | 962a5d24036546e820f54d94deab39fd4fcaaaa0 (patch) | |
| tree | 663ff518cc4956cf6ee204fea2c2d4abd9d712b4 /lasso/id-ff/profile.h | |
| parent | ecb84ebd1d22c2cf4fe870633b1a242632cb7df3 (diff) | |
| download | lasso-962a5d24036546e820f54d94deab39fd4fcaaaa0.tar.gz lasso-962a5d24036546e820f54d94deab39fd4fcaaaa0.tar.xz lasso-962a5d24036546e820f54d94deab39fd4fcaaaa0.zip | |
new function lasso_profile_get_server()
* lasso/id-ff/profile.c:
* lasso/id-ff/profile.h:
in a move to try to remove direct access to object content, add a
function to retrieve the LassoServer object of a LassoProfile.
* bindings/overrides.xml:
it conflicts with direct access to the public field server, so we do
not export it in the binding for now.
Diffstat (limited to 'lasso/id-ff/profile.h')
| -rw-r--r-- | lasso/id-ff/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/id-ff/profile.h b/lasso/id-ff/profile.h index 758af182..1a327cda 100644 --- a/lasso/id-ff/profile.h +++ b/lasso/id-ff/profile.h @@ -141,6 +141,7 @@ LASSO_EXPORT LassoNode* lasso_profile_get_nameIdentifier(LassoProfile *profile); LASSO_EXPORT char* lasso_profile_get_artifact(LassoProfile *profile); LASSO_EXPORT char* lasso_profile_get_artifact_message(LassoProfile *profile); LASSO_EXPORT void lasso_profile_set_artifact_message(LassoProfile *profile, char *message); +LASSO_EXPORT LassoServer* lasso_profile_get_server(LassoProfile *profile); #ifdef __cplusplus } |
