NotifyLeave() hinzugefuegt.
Existiert in der Doku und wird aufgerufen, daher sollte auch an der
Stelle wo es erwartet wird zumindest ein Dummy zum Ueberschreiben
vorhanden sein.
Change-Id: I64ebad874f3eed4b7b2dbdee231a929c7e17c7a9
diff --git a/std/container/restrictions.c b/std/container/restrictions.c
index 3da5c9d..91339cb 100644
--- a/std/container/restrictions.c
+++ b/std/container/restrictions.c
@@ -179,6 +179,7 @@
public int PreventInsertLiving( object ob ) { return 0; }
public int PreventLeaveLiving( object ob, mixed dest ) { return 0; }
public void NotifyInsert(object ob, object oldenv) { }
+public void NotifyLeave(object ob, object dest) { }
// **** local property methods
static int _query_total_weight()