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

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

revision 170 by dpavlin, Sun Oct 28 13:05:01 2007 UTC revision 173 by dpavlin, Sun Oct 28 16:39:58 2007 UTC
# Line 21  use Carp qw/confess cluck croak/; Line 21  use Carp qw/confess cluck croak/;
21  use File::Slurp;  use File::Slurp;
22    
23  use CWMP::Request;  use CWMP::Request;
24  use CWMP::Response;  use CWMP::Methods;
25  use CWMP::Store;  use CWMP::Store;
26    
27  =head1 NAME  =head1 NAME
# Line 192  sub dispatch { Line 192  sub dispatch {
192                  push @args, @a;                  push @args, @a;
193          }          }
194    
195          my $response = CWMP::Response->new({ debug => $self->debug });          my $response = CWMP::Methods->new({ debug => $self->debug });
196    
197          if ( $response->can( $dispatch ) ) {          if ( $response->can( $dispatch ) ) {
198                  warn ">>> dispatching to $dispatch\n";                  warn ">>> dispatching to $dispatch\n";

Legend:
Removed from v.170  
changed lines
  Added in v.173

  ViewVC Help
Powered by ViewVC 1.1.26