summaryrefslogtreecommitdiff
path: root/ord.cxx
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2020-12-01 17:09:46 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2020-12-01 17:09:46 +0800
commitef5fdbb1c96b88d9868abbc779a4435501125e45 (patch)
treef8fffe5ec79a7a64a6ffeb14bbb4372b1983c50d /ord.cxx
parent3e731fa39cb3d10d0eb3d3aa26135a22b9e112e5 (diff)
Checkout function
Diffstat (limited to 'ord.cxx')
-rw-r--r--ord.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/ord.cxx b/ord.cxx
index 70ef812..0d13af0 100644
--- a/ord.cxx
+++ b/ord.cxx
@@ -1,5 +1,5 @@
#include <algorithm>
-#include <icclient/ord.h>
+#include <memory>
#include "qicclient/ord.hxx"
namespace QICClient {
@@ -74,4 +74,8 @@ namespace QICClient {
}
}
+ void Ord::checkout(Member& member)
+ {
+ icclient_ord_checkout(m_data, member.data());
+ }
}