gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/common/include Group.class,1.53,1.54


From: cbayle
Subject: [Gforge-commits] gforge/common/include Group.class,1.53,1.54
Date: Wed, 28 Jul 2004 10:55:15 -0500

Update of /cvsroot/gforge/gforge/common/include
In directory db.perdue.net:/tmp/cvs-serv24596/common/include

Modified Files:
        Group.class 
Log Message:
Added getSCMbox function


Index: Group.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/Group.class,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Group.class 23 Jul 2004 10:51:53 -0000      1.53
+++ Group.class 28 Jul 2004 15:55:12 -0000      1.54
@@ -800,6 +800,15 @@
        }
 
        /**
+        *  getSCMBox - the hostname of the scm box where this project is 
located.
+        *
+        *  @return     string  The name of the unix machine for the group.
+        */
+       function getSCMBox() {
+               return $this->data_array['scm_box'];
+       }
+
+       /**
         *  getDomain - the hostname.domain where their web page is located.
         *
         *  @return     string  The name of the group [web] domain.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]