State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:3.0v1|BugID:281416|
Problem summary:
The DataBuilder<ATTR>::update() function in the FnAttribute/FnDataBuilder.h header file that's shipped with Katana uses a function named getSampleTimes() which doesn't exist in DataAttribute and its derived classes.
The attempted call of a missing function has an effect on the construction of DataBuilder instances from DataAttribute instances, which fails in the same way, as the constructor calls the update() function.
Steps to reproduce:
Or:
FnAttribute::StringAttribute myAttr;
Foundry::Katana::StringBuilder myBuilder(myAttr); Expected behaviour:
Plug-in compilation succeeds.
Actual behaviour:
Plug-in compilation fails.
Workaround:
No known workaround.
Reproduced versions/platforms:
Customer version/platform:
Not supplied.
We're sorry to hear that
Please tell us why