[svn-commits] eliel: branch group/data_api_gsoc2009 r201897 - /team/group/data_api_gsoc2009...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Jun 19 09:06:07 CDT 2009
Author: eliel
Date: Fri Jun 19 09:06:04 2009
New Revision: 201897
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=201897
Log:
Put a TODO inside every not implemented function.
Modified:
team/group/data_api_gsoc2009/main/data.c
Modified: team/group/data_api_gsoc2009/main/data.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/main/data.c?view=diff&rev=201897&r1=201896&r2=201897
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Fri Jun 19 09:06:04 2009
@@ -514,6 +514,8 @@
struct ast_data *ast_data_add_boolean(struct ast_data *root, const char *childname,
unsigned int boolean)
{
+ /* TODO: implement this. */
+ /* adds a boolean node inside another node. */
return NULL;
}
More information about the svn-commits
mailing list