/[cwmp]/google/trunk/lib/CWMP/Store/HASH.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/trunk/lib/CWMP/Store/HASH.pm

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

revision 226 by dpavlin, Sun Nov 25 13:34:09 2007 UTC revision 227 by dpavlin, Sun Nov 25 18:51:26 2007 UTC
# Line 55  sub open { Line 55  sub open {
55    
56  =head2 update_uid_state  =head2 update_uid_state
57    
58    $store->update_uid_state( $uid, $state );    my $new_state = $store->update_uid_state( $uid, $state );
59    
60  =cut  =cut
61    
# Line 72  sub update_uid_state { Line 72  sub update_uid_state {
72    
73          $self->save_hash( $file, $combined ) || die "can't write $file: $!";          $self->save_hash( $file, $combined ) || die "can't write $file: $!";
74    
75            return $combined;
76  }  }
77    
78  =head2 get_state  =head2 get_state

Legend:
Removed from v.226  
changed lines
  Added in v.227

  ViewVC Help
Powered by ViewVC 1.1.26