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

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

revision 165 by oleide, Sat Oct 27 17:57:40 2007 UTC revision 166 by dpavlin, Sun Oct 28 11:50:47 2007 UTC
# Line 66  sub GetRPCMethods { Line 66  sub GetRPCMethods {
66          });          });
67  };  };
68    
69  =head2 Reboot {  =head2 Reboot
70    
71    $response->Reboot( $state );    $response->Reboot( $state );
72    
# Line 80  sub Reboot { Line 80  sub Reboot {
80          });          });
81  }  }
82    
83  =head2 GetParameterNames {  =head2 GetParameterNames
84    
85    $response->GetParameterNames( $state, $ParameterPath, $NextLevel );    $response->GetParameterNames( $state, $ParameterPath, $NextLevel );
86    
# Line 101  sub GetParameterNames { Line 101  sub GetParameterNames {
101          });          });
102  }  }
103    
104  =head2 GetParameterValues {  =head2 GetParameterValues
105    
106    $response->GetParameterValues( $state, $ParameterPath, $NextLevel );    $response->GetParameterValues( $state, $ParameterPath, $NextLevel );
107    

Legend:
Removed from v.165  
changed lines
  Added in v.166

  ViewVC Help
Powered by ViewVC 1.1.26