Changeset 1217 for trunk/lib/SVN.h
- Timestamp:
- Oct 10, 2010, 2:46:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/SVN.h
r1215 r1217 243 243 @brief Free resources when svn API calls fail. 244 244 245 This function will write an error message to stdout, free \a 246 err and \a pool resources. If \a err or \a pool are a NULL 247 pointers the function will do nothing with these resources. If 248 \a mute is true, no error message is written. 249 250 cleanup will throw a SVNException if \a message has 251 length>0. The default bahaviour is to free resources and return 252 normally. 245 This function will free \a pool resources and throw an 246 exception holding the \a message. If mute is false, the thrown 247 exception also contains \a err. 248 249 \throw cleanup will throw a SVNException 253 250 254 251 @see SVNException … … 267 264 @see SVNException 268 265 */ 269 void cleanup_failed_init(svn_error_t *err, const std::string& message, 270 bool mute=false); 266 void cleanup_failed_init(svn_error_t *err, const std::string& message); 271 267 272 268 static SVN* instance_;
Note: See TracChangeset
for help on using the changeset viewer.