/[cwmp]/google/trunk/bin/acs.pl
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/bin/acs.pl

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

google/bin/acs.pl revision 57 by dpavlin, Wed Jun 20 21:31:03 2007 UTC google/trunk/bin/acs.pl revision 154 by dpavlin, Sat Oct 27 22:53:58 2007 UTC
# Line 20  GetOptions( Line 20  GetOptions(
20    
21  my $server = CWMP::Server->new({  my $server = CWMP::Server->new({
22          port => $port,          port => $port,
23            store => {
24    #               module => 'DBMDeep',
25                    module => 'YAML',
26                    store_path => 'state.db',
27            },
28          debug => $debug,          debug => $debug,
29          queue => [ qw/          default_queue => [ qw/
30                  GetRPCMethods                  GetRPCMethods
31                  GetParameterNames                  GetParameterNames
32          / ],          / ],

Legend:
Removed from v.57  
changed lines
  Added in v.154

  ViewVC Help
Powered by ViewVC 1.1.26