Revision: 44704
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44704&view=rev
Author:   davidloman
Date:     2011-05-27 15:47:10 +0000 (Fri, 27 May 2011)

Log Message:
-----------
Add some notes about ByteBuffer::wrap() failure handling.

Modified Paths:
--------------
    geomcore/trunk/include/BrlcadDb.h

Modified: geomcore/trunk/include/BrlcadDb.h
===================================================================
--- geomcore/trunk/include/BrlcadDb.h   2011-05-27 14:49:52 UTC (rev 44703)
+++ geomcore/trunk/include/BrlcadDb.h   2011-05-27 15:47:10 UTC (rev 44704)
@@ -35,6 +35,7 @@
   static int FS_PATH_NOT_VALID;
   static int G_PATH_NOT_VALID;
   static int CORRUPT_OBJ_DATA;
+  static int NULL_POINTER;
 
   /**
    * Factory method.  Returns valid BrlcadDb object on success, NULL on 
failure.
@@ -83,7 +84,7 @@
    *    -2 = either nameList or extList was NULL
    */
   int getExtObjs(const std::list<std::string>* nameList,
-      std::list<ExtObject*>* extList);
+      std::list<ExtObject*>* extList, bool recursive = false);
 
 private:
   std::string path;
@@ -137,7 +138,7 @@
       * NOTE:  Does not call open() or close().  See getExtObjs().
       */
    int _getExtObjs(const std::list<std::string>* nameList,
-       std::list<ExtObject*>* extList);
+       std::list<ExtObject*>* extList, bool recursive = false);
 
 };
 


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

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to