X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=lib%2FCWMP%2FResponse.pm;h=353a1940c9c73b270ef838b43081a94aca93bf5a;hp=10303b2271d49014427bc322108a23e49ba0ab6d;hb=b37e183f000c558945ab431e1a654b856ff83e5f;hpb=7708ae2c562775287d41712106c5dac618e39bea diff --git a/lib/CWMP/Response.pm b/lib/CWMP/Response.pm index 10303b2..353a194 100644 --- a/lib/CWMP/Response.pm +++ b/lib/CWMP/Response.pm @@ -66,7 +66,7 @@ sub GetRPCMethods { }); }; -=head2 Reboot { +=head2 Reboot $response->Reboot( $state ); @@ -80,7 +80,7 @@ sub Reboot { }); } -=head2 GetParameterNames { +=head2 GetParameterNames $response->GetParameterNames( $state, $ParameterPath, $NextLevel ); @@ -101,7 +101,7 @@ sub GetParameterNames { }); } -=head2 GetParameterValues { +=head2 GetParameterValues $response->GetParameterValues( $state, $ParameterPath, $NextLevel );