aboutsummaryrefslogtreecommitdiff
path: root/openssl/agent/pkcs11/options.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-06-26 21:54:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-06-26 21:54:18 +0300
commita016bc6822ca80c062b9e46ebe35190596500983 (patch)
tree18162bad4ff67c789cbdf6e73586da21dc1a73e0 /openssl/agent/pkcs11/options.ixx
parent9f3211df466b885314258463518e4698fb916112 (diff)
Make changes required for CIci
Diffstat (limited to 'openssl/agent/pkcs11/options.ixx')
-rw-r--r--openssl/agent/pkcs11/options.ixx51
1 files changed, 51 insertions, 0 deletions
diff --git a/openssl/agent/pkcs11/options.ixx b/openssl/agent/pkcs11/options.ixx
new file mode 100644
index 0000000..f6cc1d7
--- /dev/null
+++ b/openssl/agent/pkcs11/options.ixx
@@ -0,0 +1,51 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace openssl
+{
+ namespace agent
+ {
+ namespace pkcs11
+ {
+ // options
+ //
+
+ inline const bool& options::
+ help () const
+ {
+ return this->help_;
+ }
+
+ inline const bool& options::
+ version () const
+ {
+ return this->version_;
+ }
+
+ inline const simulate_outcome& options::
+ simulate () const
+ {
+ return this->simulate_;
+ }
+
+ inline bool options::
+ simulate_specified () const
+ {
+ return this->simulate_specified_;
+ }
+ }
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.