/[libconf]/libconf/perl-Libconf/System/MDK/Users.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/System/MDK/Users.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dams, Mon Aug 18 18:59:49 2003 UTC revision 1.2 by tv, Thu Nov 27 10:23:46 2003 UTC
# Line 46  sub new { Line 46  sub new {
46    
47  sub readConf {  sub readConf {
48      my ($self) = @_;      my ($self) = @_;
49      $self->{libconf}->readConf();      $self->{libconf}->readConf;
50  }  }
51    
52  sub writeConf {  sub writeConf {
53      my ($self) = @_;      my ($self) = @_;
54      $self->{libconf}->writeConf();      $self->{libconf}->writeConf;
55  }  }
56    
57  sub getUsersList {  sub getUsersList {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26