Added function pointers (nulls) for ReadRangeInfo and Iterator for Binary Value objects.

This commit is contained in:
skarg
2012-03-19 19:28:21 +00:00
parent 6b544c0ec4
commit 1c42bcfb92
+2
View File
@@ -156,6 +156,8 @@ static object_functions_t My_Object_Table[] = {
Binary_Value_Read_Property,
Binary_Value_Write_Property,
Binary_Value_Property_Lists,
NULL /* ReadRangeInfo */,
NULL /* Iterator */,
NULL /* Value_Lists */,
NULL /* COV */,
NULL /* COV Clear */,