Mercurial > pub > Impl
view Lib/IMPL/Security/Auth/AuthResult.pm @ 53:cf23fd8423f4
minor changes
author | wizard |
---|---|
date | Tue, 02 Mar 2010 02:57:09 +0300 |
parents | a1498298d3ee |
children |
line wrap: on
line source
package IMPL::Security::Auth::Result; use strict; use base qw(IMPL::Object); use IMPL::Class::Property; use IMPL::Class::Property::Direct; BEGIN { public _direct property State => prop_get; public _direct property ClientSecData => prop_get; public _direct property AuthMod => prop_get; } 1;