Revision: 41616
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41616&view=rev
Author:   davidloman
Date:     2010-12-15 16:08:35 +0000 (Wed, 15 Dec 2010)

Log Message:
-----------
Config::loadFile() should return true on success.

Modified Paths:
--------------
    rt^3/trunk/src/utility/Config.cxx

Modified: rt^3/trunk/src/utility/Config.cxx
===================================================================
--- rt^3/trunk/src/utility/Config.cxx   2010-12-15 16:02:44 UTC (rev 41615)
+++ rt^3/trunk/src/utility/Config.cxx   2010-12-15 16:08:35 UTC (rev 41616)
@@ -97,6 +97,7 @@
     QFileInfo info(f);
 
     log->logINFO("Config", "Done loading config from: " + 
info.absoluteFilePath());
+    return true;
 }
 
 QString


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to