Revision: 40850
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40850&view=rev
Author:   davidloman
Date:     2010-09-29 18:17:06 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Forgot the 'put' obj part of the interface

Modified Paths:
--------------
    rt^3/trunk/include/IDataSource.h

Modified: rt^3/trunk/include/IDataSource.h
===================================================================
--- rt^3/trunk/include/IDataSource.h    2010-09-29 18:11:25 UTC (rev 40849)
+++ rt^3/trunk/include/IDataSource.h    2010-09-29 18:17:06 UTC (rev 40850)
@@ -39,6 +39,7 @@
 
        virtual DbObject* getByPath(QString path) = 0;
        virtual DbObject* getByID(QUuid id) = 0;
+       virtual bool putObject(DbObject* obj) = 0;
 
 
 


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to