[prev] [thread] [next] [lurker] [Date index for 2002/09/05]
Update of /cvsroot/siesta/siesta/lib/Siesta In directory usw-pr-cvs1:/tmp/cvs-serv28004/lib/Siesta Modified Files: List.pm Log Message: Removal of config cruft. Index: List.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/List.pm,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- List.pm 5 Sep 2002 13:13:39 -0000 1.26 +++ List.pm 5 Sep 2002 13:14:37 -0000 1.27 @@ -76,10 +76,6 @@ my %list = Siesta->storage->load_list( $id ); return unless %list; - my $list_config = new Siesta::Config::List($id); - - $list{'config'} = $list_config; - return bless \%list, $class; } @@ -176,36 +172,6 @@ # this would make it consistent with members() Siesta->storage->list_plugins( $self->id ); } - -=head2 (get|set)_config() - -get and set config values for this User. - -=cut - -sub get_config -{ - my ($self, $namespace, $key) = @_; - - return $self->{config}->get($namespace, $key); - -} - -sub set_config -{ - my ($self, $namespace, $key, $value) = @_; - - return $self->{config}->set($namespace, $key, $value); - -} - -=pod - -=head1 SEE ALSO - -L<Siesta::Config::List> - -=cut 1;
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52