summaryrefslogtreecommitdiff
path: root/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/NativeMetadataSupport/IMetadata.cpp')
-rw-r--r--XMPFiles/source/NativeMetadataSupport/IMetadata.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp b/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp
index 40a864e..2a3560c 100644
--- a/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp
+++ b/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp
@@ -204,3 +204,28 @@ bool IMetadata::valueChanged( XMP_Uns32 id ) const
return false;
}
+
+//-----------------------------------------------------------------------------
+//
+// IMetadata::valueValid(...)
+//
+// Purpose: Return true if the value for the passed identifier is valid
+//
+//-----------------------------------------------------------------------------
+
+bool IMetadata::valueValid( XMP_Uns32 id, ValueObject *value )
+{
+ return true;
+}
+
+//-----------------------------------------------------------------------------
+//
+// IMetadata::valueValid(...)
+//
+// Purpose: Return true if the value for the passed identifier is valid
+//
+//-----------------------------------------------------------------------------
+void IMetadata::valueModify(XMP_Uns32 id, ValueObject *value)
+{
+ return;
+} \ No newline at end of file