Mailinglist Archive: yast-commit (1535 mails)
| < Previous | Next > |
[yast-commit] r58993 - /trunk/registration/src/modules/YSR.pm_web
- From: jdsn@xxxxxxxxxxxxxxxx
- Date: Mon, 12 Oct 2009 12:35:55 -0000
- Message-id: <E1MxK83-0005qp-Ge@xxxxxxxxxxxxxxxx>
Author: jdsn
Date: Mon Oct 12 14:35:55 2009
New Revision: 58993
URL: http://svn.opensuse.org/viewcvs/yast?rev=58993&view=rev
Log:
commit missing changes - no underscores in function names for yapi
Modified:
trunk/registration/src/modules/YSR.pm_web
Modified: trunk/registration/src/modules/YSR.pm_web
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/registration/src/modules/YSR.pm_web?rev=58993&r1=58992&r2=58993&view=diff
==============================================================================
--- trunk/registration/src/modules/YSR.pm_web (original)
+++ trunk/registration/src/modules/YSR.pm_web Mon Oct 12 14:35:55 2009
@@ -182,8 +182,8 @@
}
-BEGIN { $TYPEINFO{stateless_register} = ["function", [ "map", "string",
"any"], ["map", "string", "any"] ]; }
-sub stateless_register
+BEGIN { $TYPEINFO{statelessregister} = ["function", [ "map", "string", "any"],
["map", "string", "any"] ]; }
+sub statelessregister
{
my $self = shift;
my $args = shift;
@@ -238,8 +238,8 @@
}
-BEGIN { $TYPEINFO{get_registrationConfig} = ["function", [ "map", "string",
"any"] ]; }
-sub get_registrationConfig
+BEGIN { $TYPEINFO{getregistrationconfig} = ["function", [ "map", "string",
"any"] ]; }
+sub getregistrationconfig
{
my $self = shift;
my $SRconf = '/etc/suseRegister.conf';
@@ -280,8 +280,8 @@
}
-BEGIN { $TYPEINFO{set_registrationConfig} = ["function", "void", [ "map",
"string", "any"] ]; }
-sub set_registrationConfig
+BEGIN { $TYPEINFO{setregistrationconfig} = ["function", "void", [ "map",
"string", "any"] ]; }
+sub setregistrationconfig
{
my $self = shift;
# TODO: write the config and write the certificate file
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Oct 12 14:35:55 2009
New Revision: 58993
URL: http://svn.opensuse.org/viewcvs/yast?rev=58993&view=rev
Log:
commit missing changes - no underscores in function names for yapi
Modified:
trunk/registration/src/modules/YSR.pm_web
Modified: trunk/registration/src/modules/YSR.pm_web
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/registration/src/modules/YSR.pm_web?rev=58993&r1=58992&r2=58993&view=diff
==============================================================================
--- trunk/registration/src/modules/YSR.pm_web (original)
+++ trunk/registration/src/modules/YSR.pm_web Mon Oct 12 14:35:55 2009
@@ -182,8 +182,8 @@
}
-BEGIN { $TYPEINFO{stateless_register} = ["function", [ "map", "string",
"any"], ["map", "string", "any"] ]; }
-sub stateless_register
+BEGIN { $TYPEINFO{statelessregister} = ["function", [ "map", "string", "any"],
["map", "string", "any"] ]; }
+sub statelessregister
{
my $self = shift;
my $args = shift;
@@ -238,8 +238,8 @@
}
-BEGIN { $TYPEINFO{get_registrationConfig} = ["function", [ "map", "string",
"any"] ]; }
-sub get_registrationConfig
+BEGIN { $TYPEINFO{getregistrationconfig} = ["function", [ "map", "string",
"any"] ]; }
+sub getregistrationconfig
{
my $self = shift;
my $SRconf = '/etc/suseRegister.conf';
@@ -280,8 +280,8 @@
}
-BEGIN { $TYPEINFO{set_registrationConfig} = ["function", "void", [ "map",
"string", "any"] ]; }
-sub set_registrationConfig
+BEGIN { $TYPEINFO{setregistrationconfig} = ["function", "void", [ "map",
"string", "any"] ]; }
+sub setregistrationconfig
{
my $self = shift;
# TODO: write the config and write the certificate file
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |