[freeside-commits] freeside/FS/FS/ClientAPI SGNG.pm,1.2,1.3

Ivan,,, ivan at wavetail.420.am
Wed Sep 23 20:14:29 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv21881/FS/FS/ClientAPI

Modified Files:
	SGNG.pm 
Log Message:
add SG and SGNG ping, RT#4610

Index: SGNG.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/SGNG.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SGNG.pm	17 Mar 2009 21:38:18 -0000	1.2
+++ SGNG.pm	24 Sep 2009 03:14:27 -0000	1.3
@@ -20,6 +20,13 @@
              } );
 }
 
+sub ping {
+  #my $p = shift;
+
+  return { 'pong' => '1' };
+
+}
+
 #this might almost be general-purpose
 sub decompify_pkgs {
   my $p = shift;



More information about the freeside-commits mailing list