Changeset 1334 for branches/0.9-stable/lib/SVN.cc
- Timestamp:
- Jan 28, 2011, 2:17:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/lib/SVN.cc
r1267 r1334 4 4 Copyright (C) 2006 Jari Häkkinen 5 5 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 6 Copyright (C) 2010 Peter Johansson6 Copyright (C) 2010, 2011 Peter Johansson 7 7 8 8 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 46 46 47 47 SVNException::SVNException(const std::string& msg, svn_error_t* error) 48 : std::runtime_error(""), error_(error) , msg_(msg)48 : std::runtime_error(""), error_(error) 49 49 { 50 50 ref_count_ = new int(1);
Note: See TracChangeset
for help on using the changeset viewer.