/[usata]/usata2/src/config.cpp
ViewVC logotype

Diff of /usata2/src/config.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by Descender, Sun Dec 26 23:31:00 2004 UTC revision 1.19 by skunix, Sun Jan 2 02:48:32 2005 UTC
# Line 169  namespace  // anonymous Line 169  namespace  // anonymous
169          {          {
170          }          }
171          ConfigValue::ConfigValue(const std::string& pVal, bool pSave)          ConfigValue::ConfigValue(const std::string& pVal, bool pSave)
172          :   value(pVal),          :   save(pSave),
173                  save(pSave)                  value(pVal)
174          {          {
175          }          }
176          ConfigValue::~ConfigValue()          ConfigValue::~ConfigValue()

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26