You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2006/05/05 15:55:43 UTC

svn commit: r400079 - in /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo: DataObject.h DataObjectImpl.cpp

Author: edslattery
Date: Fri May  5 06:55:41 2006
New Revision: 400079

URL: http://svn.apache.org/viewcvs?rev=400079&view=rev
Log: (empty)

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObject.h
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObjectImpl.cpp

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObject.h
URL: http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObject.h?rev=400079&r1=400078&r2=400079&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObject.h (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObject.h Fri May  5 06:55:41 2006
@@ -124,6 +124,11 @@
     virtual const Property& getProperty(const char* prop) = 0;
  
  
+    /**
+     * return the data factory which created this object
+     */
+
+    virtual SDO_API DataFactory* getDataFactory() = 0;
 
     /**  getContainer get the containing object
      *

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObjectImpl.cpp
URL: http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObjectImpl.cpp?rev=400079&r1=400078&r2=400079&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObjectImpl.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/DataObjectImpl.cpp Fri May  5 06:55:41 2006
@@ -2106,6 +2106,7 @@
                     return;
                 }
             }
+
             string msg("Index of property out of range:");
             msg += index;
             SDO_THROW_EXCEPTION("Index Validation", SDOIndexOutOfRangeException,