/[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 219 by dpavlin, Tue Nov 20 13:10:27 2007 UTC revision 236 by dpavlin, Sun Nov 25 23:53:21 2007 UTC
# Line 219  sub Reboot { Line 219  sub Reboot {
219          });          });
220  }  }
221    
222    =head2 FactoryReset
223    
224      $method->FactoryReset( $state );
225    
226    =cut
227    
228    sub FactoryReset {
229            my ( $self, $state ) = @_;
230            $self->xml( $state, sub {
231                    my ( $X, $state ) = @_;
232                    $X->FactoryReset();
233            });
234    }
235    
236    
237  =head1 Server methods  =head1 Server methods
238    

Legend:
Removed from v.219  
changed lines
  Added in v.236

  ViewVC Help
Powered by ViewVC 1.1.26