USAGE_DEPRECATED macro used for getScalarArrayField

This commit is contained in:
Dave Hickin
2015-07-24 16:56:49 +01:00
parent 3487b3ee9e
commit 1731a0daf6

View File

@@ -908,7 +908,7 @@ public:
* @return Pointer to the field of null if a field with that name and type does not exist.
*/
PVScalarArrayPtr getScalarArrayField(
std::string const &fieldName,ScalarType elementType);
std::string const &fieldName,ScalarType elementType) USAGE_DEPRECATED;
/**
* Get a structureArray field with the specified name.
* @deprecated No longer needed. Use template version of getSubField