diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-19 12:25:35 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-19 12:25:35 +0000 |
| commit | 8c0b0cb66780eb70c8f2cc0331bdaf4f78c8fc48 (patch) | |
| tree | bf46ad727891d3a9126fa679a1680b2c75df2f30 /python/environs/py_federation_termination.h | |
| parent | 6585a27baffa20d757d1d93cf11264cb593a6910 (diff) | |
| download | lasso-8c0b0cb66780eb70c8f2cc0331bdaf4f78c8fc48.tar.gz lasso-8c0b0cb66780eb70c8f2cc0331bdaf4f78c8fc48.tar.xz lasso-8c0b0cb66780eb70c8f2cc0331bdaf4f78c8fc48.zip | |
update federation termination
Diffstat (limited to 'python/environs/py_federation_termination.h')
| -rw-r--r-- | python/environs/py_federation_termination.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/environs/py_federation_termination.h b/python/environs/py_federation_termination.h index cc1ebefb..c68547aa 100644 --- a/python/environs/py_federation_termination.h +++ b/python/environs/py_federation_termination.h @@ -39,10 +39,12 @@ typedef struct { #define LassoFederationTermination_get(v) (((v) == Py_None) ? NULL : (((LassoFederationTermination_object *)(PyObject_GetAttr(v, PyString_FromString("_o"))))->obj)) PyObject *LassoFederationTermination_wrap(LassoFederationTermination *federation_termination); -PyObject *federation_termination_new(PyObject *self, PyObject *args); +PyObject *federation_termination_getattr(PyObject *self, PyObject *args); + PyObject *federation_termination_build_notification_msg(PyObject *self, PyObject *args); PyObject *federation_termination_destroy(PyObject *self, PyObject *args); PyObject *federation_termination_init_notification(PyObject *self, PyObject *args); +PyObject *federation_termination_new(PyObject *self, PyObject *args); PyObject *federation_termination_process_notification_msg(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_FEDERATION_TERMINATION_H__ */ |
