Bivio::Auth::RoleSet
# Copyright (c) 1999-2005 bivio Software, Inc. All rights reserved.
# $Id$
package Bivio::Auth::RoleSet;
use strict;
use Bivio::Base 'Type.EnumSet';
my($_R) = b_use('Auth.Role');
__PACKAGE__->initialize;
sub get_enum_type {
return $_R;
}
sub get_width {
return 15;
}
1;