On 25/04/12 04:23 AM, cvs@abisource.com wrote:
> +// static void addCalProp( PD_DocumentRDFMutationHandle m,
> +//                         const PD_URI& uuidnode,
> +//                         const std::string& predend,
> +//                         const std::string& value )
> +// {
> +//     std::string predBase = "http://www.w3.org/2002/12/cal/icaltzd#";
> +//     m->add( uuidnode,
> +//             PD_URI(predBase + predend),
> +//             PD_Literal( value ) );
> +// }
> +// static void addCalPropSZ( PD_DocumentRDFMutationHandle m,
> +//                           const PD_URI& uuidnode,
> +//                           const std::string& predend,
> +//                           const char* value )
> +// {
> +//     std::string predBase = "http://www.w3.org/2002/12/cal/icaltzd#";
> +//     if( value )
> +//     {
> +//         addCalProp( m, uuidnode, predend, (std::string)value );
> +//     }
> +// }
> +// 
Can we avoid completely commenting and using #if 0 / #endif blocks
instead, short of removing the lines altogether ?
If you had ever merged diverging branches, you'd understand :-)
Thanks,
Hub
Received on Thu Apr 26 02:27:41 2012
This archive was generated by hypermail 2.1.8 : Thu Apr 26 2012 - 02:27:41 CEST