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

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

revision 70 by dpavlin, Wed Jun 20 21:44:57 2007 UTC revision 71 by dpavlin, Wed Jun 20 23:35:04 2007 UTC
# Line 28  sub new { Line 28  sub new {
28          my $class = shift;          my $class = shift;
29          my $self = $class->SUPER::new( @_ );          my $self = $class->SUPER::new( @_ );
30    
31          warn "created XML::Generator object" if $self->debug;          warn "created XML::Generator object\n" if $self->debug;
32    
33          return $self;          return $self;
34  }  }
# Line 37  sub new { Line 37  sub new {
37  my $cwmp = [ cwmp => 'urn:dslforum-org:cwmp-1-0' ];  my $cwmp = [ cwmp => 'urn:dslforum-org:cwmp-1-0' ];
38  my $soap = [ soap => "http://schemas.xmlsoap.org/soap/envelope/" ];  my $soap = [ soap => "http://schemas.xmlsoap.org/soap/envelope/" ];
39    
40  =head2 Inform  =head2 InformResponse
41    
42    $response->Inform( $state );    $response->InformResponse( $state );
43    
44  =cut  =cut
45    
46  sub Inform {  sub InformResponse {
47          my ( $self, $state ) = @_;          my ( $self, $state ) = @_;
48          $self->xml( $state, sub {          $self->xml( $state, sub {
49                  my ( $X, $state ) = @_;                  my ( $X, $state ) = @_;

Legend:
Removed from v.70  
changed lines
  Added in v.71

  ViewVC Help
Powered by ViewVC 1.1.26