comparison Lib/IMPL/Object/Abstract.pm @ 93:0667064553ef

fixed _is_class in activator rewritten IMPL::Config::Resolve new features in the Abstract class
author wizard
date Wed, 28 Apr 2010 17:50:55 +0400
parents dc1da0389db7
children c6fb6964de4c
comparison
equal deleted inserted replaced
92:5f676b61fb8b 93:0667064553ef
71 my $self = shift; 71 my $self = shift;
72 72
73 return (ref $self || $self); 73 return (ref $self || $self);
74 } 74 }
75 75
76 sub type {
77 ref $_[0] || $_[0];
78 }
79
76 sub isDisposed { 80 sub isDisposed {
77 0; 81 0;
78 } 82 }
79 83
80 #sub DESTROY { 84 #sub DESTROY {