Changeset 844


Ignore:
Timestamp:
Nov 16, 2009, 6:46:35 PM (14 years ago)
Author:
Jari Häkkinen
Message:

Addresses #74. Removed comments on receivers. Don't remember what I meant. It works, don't fix it.

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/SVNinfo.h

    r768 r844  
    109109    /// @see Subversion API documentation
    110110    ///
    111     // The return type should be svn_log_message_receiver_t but I
    112     // cannot get it to compile (see comment for log_message_receiver
    113     // in SVNlog.h)
    114111    static svn_error_t * info_receiver(void *baton, const char *path,
    115112                                       const svn_info_t *info, apr_pool_t *pool);
  • trunk/lib/SVNlog.h

    r768 r844  
    126126       \see Subversion API documentation
    127127    */
    128     // The return type should be svn_log_message_receiver_t but I
    129     // cannot get it to compile. The svn API has a typedef like
    130     // typedef svn_error_t*(* svn_log_message_receiver_t)(void *baton,
    131     // apr_hash_t *changed_paths, svn_revnum_t revision, const char
    132     // *author, const char *date,const char *message, apr_pool_t
    133     // *pool) for svn_log_message_receiver_t.
    134128    static svn_error_t*
    135129    log_message_receiver(void *baton, apr_hash_t *changed_paths,
Note: See TracChangeset for help on using the changeset viewer.