commit | c103019f9536fc83404c05bf27a23fdbb76e870a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Mar 08 22:21:28 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Mar 08 22:21:28 2012 -0800 |
tree | 6adde6b1ab6c2294cbc2bcb747374bb6f8827bcf | |
parent | 4194b74faa17aeeda8f6d01fb222c08a529f0480 [diff] [blame] |
Doxygen-related changes and minor code modifications
diff --git a/model/sync-state.h b/model/sync-state.h index 26ea5f4..7c0b98e 100644 --- a/model/sync-state.h +++ b/model/sync-state.h
@@ -88,10 +88,12 @@ std::istream & operator >> (std::istream &in, State &state); +namespace Error { /** * @brief Will be thrown when XML cannot be properly decoded to State */ struct SyncXmlDecodingFailure : virtual boost::exception, virtual std::exception { }; +} } // Sync