Merged the two branches, DB separated
[RRRRHHHH_Code] / ruralHousesDB / src / dataAccess / DB4oManager.java
index ea6bc69..ce7e6ca 100644 (file)
@@ -5,6 +5,9 @@ public class DB4oManager {
        
 
        private static DB4oManagerAux theDB4oManagerAux;
+       private int bookingNumber = 1; // if it is "static" then it is not
+       // serialized
+       private int offerNumber = 1; // if it is "static" then it is not serialized
        
        class DB4oManagerAux {
                int bookingNumber;