/[usata]/usata2/src/usata.cpp
ViewVC logotype

Diff of /usata2/src/usata.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by skunix, Sun Jan 9 08:57:22 2005 UTC revision 1.17 by skunix, Mon Jan 10 20:10:21 2005 UTC
# Line 27  Line 27 
27  #include <boost/filesystem/operations.hpp>  #include <boost/filesystem/operations.hpp>
28  #include <memory>  #include <memory>
29    
30    #include "object.hpp"
31    
32  namespace usata  namespace usata
33  {  {
34    
# Line 190  Usata::run() Line 192  Usata::run()
192          Object * obj=ObjectRegistry::instance()->create("Something");          Object * obj=ObjectRegistry::instance()->create("Something");
193          Object_sp zzz(obj);          Object_sp zzz(obj);
194          GCInterface * gci = dynamic_cast<GCInterface*>(obj);          GCInterface * gci = dynamic_cast<GCInterface*>(obj);
         logstream << (void*)gci << log::commit;  
195          gci->realize(*this, zzz);          gci->realize(*this, zzz);
196    
197    
198          //texture_manager->get("atex");          //texture_manager->get("atex");
199            
200    
201          return loop();          return loop();
202  }  }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26