summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-24 15:30:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-24 15:30:43 +0200
commita8035258631d2773942c0dfab09c2741c2245390 (patch)
tree040ccdfb89e40c2c1dc13f14cee6cb127b4f1237 /source4/param
parent12f7056aacef9d671cfd0dc453b70266f3232dae (diff)
downloadsamba-a8035258631d2773942c0dfab09c2741c2245390.tar.gz
samba-a8035258631d2773942c0dfab09c2741c2245390.tar.bz2
samba-a8035258631d2773942c0dfab09c2741c2245390.zip
Regenerate SWIG files.
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/param.py1
-rw-r--r--source4/param/param_wrap.c25
2 files changed, 0 insertions, 26 deletions
diff --git a/source4/param/param.py b/source4/param/param.py
index 4117db6f28..8b68e7a9b3 100644
--- a/source4/param/param.py
+++ b/source4/param/param.py
@@ -263,5 +263,4 @@ param_section_swigregister = _param.param_section_swigregister
param_section_swigregister(param_section)
-cvar = _param.cvar
diff --git a/source4/param/param_wrap.c b/source4/param/param_wrap.c
index eef7a06605..23b3c17623 100644
--- a/source4/param/param_wrap.c
+++ b/source4/param/param_wrap.c
@@ -4144,29 +4144,6 @@ SWIGINTERN PyObject *param_section_swiginit(PyObject *SWIGUNUSEDPARM(self), PyOb
return SWIG_Python_InitShadowInstance(args);
}
-SWIGINTERN int Swig_var_default_config_set(PyObject *_val) {
- {
- void *argp = 0;
- int res = SWIG_ConvertPtr(_val, &argp, SWIGTYPE_p_loadparm_context, 0 );
- if (!SWIG_IsOK(res)) {
- SWIG_exception_fail(SWIG_ArgError(res), "in variable '""global_loadparm""' of type '""struct loadparm_context *""'");
- }
- global_loadparm = (struct loadparm_context *)(argp);
- }
- return 0;
-fail:
- return 1;
-}
-
-
-SWIGINTERN PyObject *Swig_var_default_config_get(void) {
- PyObject *pyobj = 0;
-
- pyobj = SWIG_NewPointerObj(SWIG_as_voidptr(global_loadparm), SWIGTYPE_p_loadparm_context, 0 );
- return pyobj;
-}
-
-
static PyMethodDef SwigMethods[] = {
{ (char *)"new_LoadParm", (PyCFunction)_wrap_new_LoadParm, METH_NOARGS, NULL},
{ (char *)"LoadParm_default_service", (PyCFunction) _wrap_LoadParm_default_service, METH_VARARGS | METH_KEYWORDS, NULL},
@@ -4845,7 +4822,5 @@ SWIGEXPORT void SWIG_init(void) {
SWIG_InstallConstants(d,swig_const_table);
- PyDict_SetItemString(d,(char*)"cvar", SWIG_globals());
- SWIG_addvarlink(SWIG_globals(),(char*)"default_config",Swig_var_default_config_get, Swig_var_default_config_set);
}