diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-15 10:42:05 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-15 10:42:05 +0000 |
| commit | 4c6de60cca9603de5fd58655e0e8bc1a01c830ae (patch) | |
| tree | 1fd5ee968caf6c6d0f97431028c102a82d9b8087 | |
| parent | 1e78a8c1221243fcb2e6928c4b50a4208e0a7f8b (diff) | |
| download | lasso-4c6de60cca9603de5fd58655e0e8bc1a01c830ae.tar.gz lasso-4c6de60cca9603de5fd58655e0e8bc1a01c830ae.tar.xz lasso-4c6de60cca9603de5fd58655e0e8bc1a01c830ae.zip | |
4 # define moved from .h to .c
| -rw-r--r-- | lasso/Attic/protocols/identity.c | 5 | ||||
| -rw-r--r-- | lasso/Attic/protocols/identity.h | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lasso/Attic/protocols/identity.c b/lasso/Attic/protocols/identity.c index 55d8894e..d38cf59f 100644 --- a/lasso/Attic/protocols/identity.c +++ b/lasso/Attic/protocols/identity.c @@ -24,6 +24,11 @@ #include <lasso/protocols/identity.h> +#define LASSO_IDENTITY_NODE "LassoIdentity" +#define LASSO_IDENTITY_REMOTE_PROVIDERID_NODE "RemoteProviderID" +#define LASSO_IDENTITY_LOCAL_NAME_IDENTIFIER_NODE "LassoLocalNameIdentifier" +#define LASSO_IDENTITY_REMOTE_NAME_IDENTIFIER_NODE "LassoRemoteNameIdentifier" + /*****************************************************************************/ /* public methods */ /*****************************************************************************/ diff --git a/lasso/Attic/protocols/identity.h b/lasso/Attic/protocols/identity.h index 0d51c718..af948765 100644 --- a/lasso/Attic/protocols/identity.h +++ b/lasso/Attic/protocols/identity.h @@ -40,11 +40,6 @@ extern "C" { #define LASSP_IS_IDENTITY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), LASSO_TYPE_IDENTITY)) #define LASSO_IDENTITY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), LASSO_TYPE_IDENTITY, LassoIdentityClass)) -#define LASSO_IDENTITY_NODE "LassoIdentity" -#define LASSO_IDENTITY_REMOTE_PROVIDERID_NODE "RemoteProviderID" -#define LASSO_IDENTITY_LOCAL_NAME_IDENTIFIER_NODE "LassoLocalNameIdentifier" -#define LASSO_IDENTITY_REMOTE_NAME_IDENTIFIER_NODE "LassoRemoteNameIdentifier" - typedef struct _LassoIdentity LassoIdentity; typedef struct _LassoIdentityClass LassoIdentityClass; |
