[asterisk-commits] mvanbaak: branch group/multiparking r110135 - /team/group/multiparking/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 19 17:12:59 CDT 2008


Author: mvanbaak
Date: Wed Mar 19 17:12:59 2008
New Revision: 110135

URL: http://svn.digium.com/view/asterisk?view=rev&rev=110135
Log:
add some remarks and status updates on the top TODO items

Modified:
    team/group/multiparking/main/features.c

Modified: team/group/multiparking/main/features.c
URL: http://svn.digium.com/view/asterisk/team/group/multiparking/main/features.c?view=diff&rev=110135&r1=110134&r2=110135
==============================================================================
--- team/group/multiparking/main/features.c (original)
+++ team/group/multiparking/main/features.c Wed Mar 19 17:12:59 2008
@@ -1,10 +1,7 @@
 /*
-	ASTOBJ PARKINGLOTS
-		-> List of parking spaces
-
-	TODO: Initialize the list of parkedcalls when initializing a parkinglot
-		Remove it when removing a parking lot
-		  Convert to astobj2
+	TODO: Initialize the list of parkedcalls when initializing a parkinglot -- MVB: done
+		Remove it when removing a parking lot -- MVB: should be handled by ASTOBJ when the reference counter hits 0
+		  Convert to astobj2 -- MVB: what's the main advantage of doing this ?
 */
 /*
  * Asterisk -- An open source telephony toolkit.




More information about the asterisk-commits mailing list