Mercurial > pub > Impl
diff Lib/IMPL/Class/MemberInfo.pm @ 134:44977efed303
Significant performance optimizations
Fixed recursion problems due converting objects to JSON
Added cache support for the templates
Added discovery feature for the web methods
author | wizard |
---|---|
date | Mon, 21 Jun 2010 02:39:53 +0400 |
parents | 0f3e369553bd |
children | 6ce1f052b90a |
line wrap: on
line diff
--- a/Lib/IMPL/Class/MemberInfo.pm Fri Jun 18 16:27:28 2010 +0400 +++ b/Lib/IMPL/Class/MemberInfo.pm Mon Jun 21 02:39:53 2010 +0400 @@ -38,12 +38,13 @@ return; } -sub set { - my $this = shift; - if ($this->Frozen) { - die new IMPL::Exception('The member information is frozen', $this->Name); - } - $this->SUPER::set(@_); -} +#TODO: Debug version +#sub set { +# my $this = shift; +# if ($this->Frozen) { +# die new IMPL::Exception('The member information is frozen', $this->Name); +# } +# $this->SUPER::set(@_); +#} 1;