[asterisk-dev] [Code Review] GSoC2010: ast_storage
Tilghman Lesher
tlesher at digium.com
Thu Aug 12 11:11:50 CDT 2010
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/773/#review2585
-----------------------------------------------------------
/team/ivaxer/ast_storage/include/asterisk/storage.h
<https://reviewboard.asterisk.org/r/773/#comment5682>
The use of retval should actually be as:
\retval 1 Success
\retval 0 Failure
The use of a single sentence with multiple values should be used with the \return construct:
\return 1 on success or 0 on failure
- Tilghman
On 2010-08-11 15:21:48, ivaxer wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/773/
> -----------------------------------------------------------
>
> (Updated 2010-08-11 15:21:48)
>
>
> Review request for Asterisk Developers.
>
>
> Summary
> -------
>
> Generic file storage engine support
>
>
> Diffs
> -----
>
> /team/ivaxer/ast_storage/include/asterisk/_private.h 262099
> /team/ivaxer/ast_storage/include/asterisk/file.h 262099
> /team/ivaxer/ast_storage/include/asterisk/storage.h PRE-CREATION
> /team/ivaxer/ast_storage/main/asterisk.c 262099
> /team/ivaxer/ast_storage/main/file.c 262099
> /team/ivaxer/ast_storage/main/storage.c PRE-CREATION
> /team/ivaxer/ast_storage/res/res_storage_odbc.c PRE-CREATION
>
> Diff: https://reviewboard.asterisk.org/r/773/diff
>
>
> Testing
> -------
>
>
> Thanks,
>
> ivaxer
>
>
More information about the asterisk-dev
mailing list