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

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

google/lib/CWMP/Server.pm revision 84 by dpavlin, Fri Jun 22 18:25:24 2007 UTC google/trunk/lib/CWMP/Server.pm revision 112 by dpavlin, Fri Oct 26 11:42:39 2007 UTC
# Line 119  sub options { Line 119  sub options {
119                  $prop->{ $p } ||= [];                  $prop->{ $p } ||= [];
120                  $template->{ $p } = $prop->{ $p };                  $template->{ $p } = $prop->{ $p };
121          }          }
   
         warn dump( $prop );  
122  }  }
123    
124    
# Line 136  sub process_request { Line 134  sub process_request {
134          my $sock = $prop->{client};          my $sock = $prop->{client};
135          confess "no sock in ", ref( $self ) unless $sock;          confess "no sock in ", ref( $self ) unless $sock;
136    
137          warn "default CPE queue ( " . join(",",@{$prop->{default_queue}}) . " )" if defined($prop->{default_queue});          warn "default CPE queue ( " . join(",",@{$prop->{default_queue}}) . " )\n" if defined($prop->{default_queue});
   
         warn "sock = ",dump( $sock );  
138    
139          my $session = CWMP::Session->new({          my $session = CWMP::Session->new({
140                  sock => $sock,                  sock => $sock,

Legend:
Removed from v.84  
changed lines
  Added in v.112

  ViewVC Help
Powered by ViewVC 1.1.26