buildframework/helium/tools/common/java/src/com/nokia/ant/types/SBSMakeOptions.java
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
--- a/buildframework/helium/tools/common/java/src/com/nokia/ant/types/SBSMakeOptions.java	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/common/java/src/com/nokia/ant/types/SBSMakeOptions.java	Wed Dec 23 19:29:07 2009 +0200
@@ -29,6 +29,9 @@
     private Vector variables = new Vector();
     
     private String engine;
+
+    private String ppThreads;
+
     /**
      * Constructor
      */
@@ -69,4 +72,12 @@
     public String getEngine() {
         return engine;
     }
+    public void setPPThreads(String threads) {
+        ppThreads = threads;
+    }
+    
+    public String getPPThreads() {
+        return ppThreads;
+    }
+
 }
\ No newline at end of file