Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1380 - branches/persistent/Core/Reflection


Chronological Thread 
  • From: sparker@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1380 - branches/persistent/Core/Reflection
  • Date: Tue, 8 May 2007 22:26:11 -0600 (MDT)

Author: sparker
Date: Tue May  8 22:26:10 2007
New Revision: 1380

Modified:
   branches/persistent/Core/Reflection/Reflection.h
   branches/persistent/Core/Reflection/stdRefl.h
Log:
Fix a few incomplete thoughts


Modified: branches/persistent/Core/Reflection/Reflection.h
==============================================================================
--- branches/persistent/Core/Reflection/Reflection.h    (original)
+++ branches/persistent/Core/Reflection/Reflection.h    Tue May  8 22:26:10 
2007
@@ -187,7 +187,7 @@
 
     virtual Archive* findField(const std::string& fieldname) const = 0;
     virtual Archive* createField(const std::string& fieldname, const 
std::string& classname) = 0;
-    virtual Archive* addSequence(const std::string& sequencename);
+    //virtual Archive* addSequence(const std::string& sequencename);
     virtual bool isNullPointer() const = 0;
     virtual void writeNullPointer() = 0;
 

Modified: branches/persistent/Core/Reflection/stdRefl.h
==============================================================================
--- branches/persistent/Core/Reflection/stdRefl.h       (original)
+++ branches/persistent/Core/Reflection/stdRefl.h       Tue May  8 22:26:10 
2007
@@ -11,7 +11,6 @@
   class ReflectionInfo<std::vector<T> > : public 
ReflectionInfo_BaseClass<std::vector<T> > {
   public:
     static void readwrite(Archive* archive, std::vector<T>& data) {
-      archive->
       NOT_FINISHED("vector readwrite");
     }
   };




  • [MANTA] r1380 - branches/persistent/Core/Reflection, sparker, 05/08/2007

Archive powered by MHonArc 2.6.16.

Top of page