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

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

revision 53 by dpavlin, Tue Jun 19 22:06:46 2007 UTC revision 59 by dpavlin, Wed Jun 20 21:32:00 2007 UTC
# Line 81  sub Reboot { Line 81  sub Reboot {
81          });          });
82  }  }
83    
84    =head2 GetParameterNames {
85    
86      $response->GetParameterNames( $state,  );
87    
88    =cut
89    
90    sub GetParameterNames {
91            my ( $self, $state ) = @_;
92            $self->xml( $state, sub {
93                    my ( $X, $state ) = @_;
94                    $X->GetParameterNames( $cwmp,
95                            $X->ParameterPath( $cwmp, ''),
96                            $X->NextLevel( $cwmp, 0 ),
97                    );
98            });
99    }
100  =head2 xml  =head2 xml
101    
102  Used to implement methods which modify just body of soap message.  Used to implement methods which modify just body of soap message.

Legend:
Removed from v.53  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.26