From fadb14e123c3f661d79cfca4192985bfaf1d5bb9 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Sun, 2 May 2004 22:19:01 +0000 Subject: Many many changes --- python/protocols/py_federation_termination_notification.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'python/protocols/py_federation_termination_notification.h') diff --git a/python/protocols/py_federation_termination_notification.h b/python/protocols/py_federation_termination_notification.h index a3a17146..a20a947e 100644 --- a/python/protocols/py_federation_termination_notification.h +++ b/python/protocols/py_federation_termination_notification.h @@ -33,11 +33,9 @@ typedef struct { LassoFederationTerminationNotification *obj; } LassoFederationTerminationNotification_object; -#define lassoFederationTerminationNotification_get(v) (((v) == Py_None) ? NULL : (((LassoFederationTerminationNotification_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj)) -PyObject *lassoFederationTerminationNotification_wrap(LassoFederationTerminationNotification *notification); +#define LassoFederationTerminationNotification_get(v) (((v) == Py_None) ? NULL : (((LassoFederationTerminationNotification_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj)) +PyObject *LassoFederationTerminationNotification_wrap(LassoFederationTerminationNotification *notification); -PyObject *federation_termination_notification_getattr(PyObject *self, PyObject *args); -PyObject *federation_termination_notification(PyObject *self, PyObject *args); -PyObject *federation_termination_notification_set_consent(PyObject *self, PyObject *args); +PyObject *federation_termination_notification_new(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_FEDERATION_TERMINATION_NOTIFICATION_H__ */ -- cgit