usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/usata.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/usata.cpp
Date: Mon, 10 Jan 2005 15:41:43 -0500

Index: usata2/src/usata.cpp
diff -u usata2/src/usata.cpp:1.16 usata2/src/usata.cpp:1.17
--- usata2/src/usata.cpp:1.16   Sun Jan  9 08:57:22 2005
+++ usata2/src/usata.cpp        Mon Jan 10 20:10:21 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: usata.cpp,v 1.16 2005/01/09 08:57:22 skunix Exp $
+// $Id: usata.cpp,v 1.17 2005/01/10 20:10:21 skunix Exp $
 
 #include "usata.hpp"
 #include "config.hpp"
@@ -27,6 +27,8 @@
 #include <boost/filesystem/operations.hpp>
 #include <memory>
 
+#include "object.hpp"
+
 namespace usata
 {
 
@@ -190,10 +192,11 @@
        Object * obj=ObjectRegistry::instance()->create("Something");
        Object_sp zzz(obj);
        GCInterface * gci = dynamic_cast<GCInterface*>(obj);
-       logstream << (void*)gci << log::commit;
        gci->realize(*this, zzz);
 
+
        //texture_manager->get("atex");
+       
 
        return loop();
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]