/[cwmp]/google/trunk/lib/CWMP/Store/JSON.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/JSON.pm

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

revision 225 by dpavlin, Sun Nov 25 13:34:09 2007 UTC revision 229 by dpavlin, Sun Nov 25 20:33:12 2007 UTC
# Line 20  my $full_path; Line 20  my $full_path;
20  sub full_path {  sub full_path {
21          my ( $self, $path ) = @_;          my ( $self, $path ) = @_;
22          $full_path = "$path/json";          $full_path = "$path/json";
23          warn "## full_path: $full_path";          warn "## full_path: $full_path" if $debug;
24          return $full_path;          return $full_path;
25  }  }
26    
27  sub file {  sub file {
28          my ( $self, $uid ) = @_;          my ( $self, $uid ) = @_;
29          my $file = "$full_path/$uid" . $self->extension;          my $file = "$full_path/$uid" . $self->extension;
30          warn "## file -> $file";          warn "## file -> $file" if $debug;
31          return $file;          return $file;
32  }  }
33    

Legend:
Removed from v.225  
changed lines
  Added in v.229

  ViewVC Help
Powered by ViewVC 1.1.26