Upgraded to latest COLLADA-DOM 1.2.0, see http://sourceforge.net/project/showfiles.php?group_id=157838
November 13, 2006 Re-applied the 'INF' fix for constraint limits.
This commit is contained in:
@@ -113,7 +113,7 @@ public: //METHODS
|
||||
* @param attrValue String-based value to apply to the attribute.
|
||||
* @return Returns true if the attribute was created and the value was set, false otherwise.
|
||||
*/
|
||||
virtual daeBool setAttribute(daeString attrName, daeString attrValue);
|
||||
virtual DLLSPEC daeBool setAttribute(daeString attrName, daeString attrValue);
|
||||
|
||||
public: // STATIC METHODS
|
||||
/**
|
||||
@@ -121,14 +121,14 @@ public: // STATIC METHODS
|
||||
* @param bytes The size allocated for this instance.
|
||||
* @return a daeElementRef referencing an instance of this object.
|
||||
*/
|
||||
static daeElementRef create(daeInt bytes);
|
||||
static DLLSPEC daeElementRef create(daeInt bytes);
|
||||
/**
|
||||
* Creates a daeMetaElement object that describes this element in the meta object reflection framework.
|
||||
* @return A daeMetaElement describing this COLLADA element.
|
||||
* @remarks Unlike other dom* elements, domAny will always create a new daeMetaElement when this
|
||||
* function is called.
|
||||
*/
|
||||
static daeMetaElement* registerElement();
|
||||
static DLLSPEC daeMetaElement* registerElement();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user