RooRepo.vala
[gitlive] / RooRepo.vala
index fbdb4fb..d7bf4f4 100644 (file)
@@ -5,7 +5,7 @@ static RooRepo _RooRepo ;
 public class RooRepo : Object 
 {
  
-       
+       const string roourl = "https://roojs.com/admin.php/Roo";  
 
        public string  id; // not really important that they are numbers..
        public string project_id;
@@ -23,6 +23,7 @@ public class RooRepo : Object
        }
        
        static Gee.ArrayList<RooRepo> _repos; // only available for singletonn.         
+       static int loadcount = 0;
        public static  Gee.ArrayList<RooRepo> repos() {
                RooRepo.init();
                return RooRepo._repos;