edit
[iotcloud.git] / version2 / src / C / Transaction.cc
index c2bc0d184143fb914c7ee52d51afda539a6ebf64..00d0882c5da034996ffedb134410e1525500e6f1 100644 (file)
@@ -14,7 +14,7 @@ class Transaction {
     int64_t clientLocalSequenceNumber = -1;
     int64_t arbitratorId = -1;
     int64_t machineId = -1;
-    Pair<Long, Long> transactionId = NULL;
+    Pair<int64_t, int64_t> transactionId = NULL;
 
     int nextPartToSend = 0;
     bool didSendAPartToServer = false;
@@ -192,7 +192,7 @@ class Transaction {
         return isComplete;
     }
 
-    Pair<Long, Long> getId() {
+    Pair<int64_t, int64_t> getId() {
         return transactionId;
     }