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

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

google/lib/CWMP/Server.pm revision 79 by dpavlin, Fri Jun 22 14:32:13 2007 UTC google/lib/CWMP/Session.pm revision 82 by dpavlin, Fri Jun 22 15:31:36 2007 UTC
# Line 1  Line 1 
1  # Dobrica Pavlinusic, <dpavlin@rot13.org> 06/18/07 10:19:50 CEST  # Dobrica Pavlinusic, <dpavlin@rot13.org> 06/18/07 10:19:50 CEST
2  package CWMP::Server;  package CWMP::Session;
3    
4  use strict;  use strict;
5  use warnings;  use warnings;
# Line 26  use CWMP::Store; Line 26  use CWMP::Store;
26    
27  =head1 NAME  =head1 NAME
28    
29  CWMP::Server - implement logic of CWMP protocol  CWMP::Session - implement logic of CWMP protocol
30    
31  =head1 METHODS  =head1 METHODS
32    
33  =head2 new  =head2 new
34    
35    my $server = CWMP::Server->new({    my $server = CWMP::Session->new({
36          port => 3333,          port => 3333,
37          store_path => 'state.db',          store_path => 'state.db',
38          debug => 1,          debug => 1,

Legend:
Removed from v.79  
changed lines
  Added in v.82

  ViewVC Help
Powered by ViewVC 1.1.26