Changeset 2480
- Timestamp:
- 29/03/2009 14:31:14 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/server/Daemon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/server/Daemon.cpp
r2466 r2480 690 690 << mConfigFileName); 691 691 std::string errors; 692 std::auto_ptr<Configuration> pconfig =692 std::auto_ptr<Configuration> pconfig( 693 693 Configuration::LoadAndVerify( 694 694 mConfigFileName.c_str(), 695 GetConfigVerify(), errors) ;695 GetConfigVerify(), errors)); 696 696 697 697 // Got errors?
Note: See TracChangeset
for help on using the changeset viewer.
