class CCL::ClassAttributeProvider

#include <classfactory.h>

class ClassAttributeProvider
{
public:
    // methods

    virtual bool getClassAttributes (
        IAttributeList& attributes,
        UIDRef cid,
        StringID language
    ) const = 0;
};