X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2FCWMP%2FResponse.pm;h=353a1940c9c73b270ef838b43081a94aca93bf5a;hb=b37e183f000c558945ab431e1a654b856ff83e5f;hp=10303b2271d49014427bc322108a23e49ba0ab6d;hpb=94d44753b14c178db4c33388f88e59e1de81c016;p=perl-cwmp.git 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 );