struct t_AccessReply
{
t_AccessReplyCodes reply;
t_AccessReplyProperties properties;
};
enum t_AccessReplyCodes
{
SUCCESS,
DECLINE,
FAILED,
FORBIDDEN
};
typedef TINACommonTypes::t_PropertyList t_AccessReplyProperties;
typedef string t_ProviderId;
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)