commit | 172d2b7848ed013bb72d079c1529a0184b05924b | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Mar 08 23:43:39 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Mar 08 23:43:39 2012 -0800 |
tree | 73221cf8280ee124e8fbd5caf97fb9a10c3764b4 | |
parent | c103019f9536fc83404c05bf27a23fdbb76e870a [diff] [blame] |
Small changes here and there
diff --git a/model/sync-state.h b/model/sync-state.h index 7c0b98e..bfe2517 100644 --- a/model/sync-state.h +++ b/model/sync-state.h
@@ -80,11 +80,10 @@ /** * @brief Parses an XML representation to the state - * @param DataBuffer input data + * @param in input data stream * @param state state + * @returns input stream */ -// void -// operator >> (const std::string &DataBuffer, State &state); std::istream & operator >> (std::istream &in, State &state);