class CCL::PluginPresentation::FavoriteFolderTraits

class FavoriteFolderTraits: public FolderTraits
{
public:
    // methods

    String getFolder (UIDRef cid) const;
    void setFolder (UIDRef cid, StringRef folder) const;
    SortFolderList* getFolderList (StringRef category) const;
};