commit | bae91350cc4bad07b841037f078c0df282beffbf | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Apr 03 12:11:08 2019 -0700 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Fri Apr 05 09:31:35 2019 +0000 |
tree | 6081ff01e54acf11cf20118880e3ef8a49b8b11d | |
parent | f299807f1bcca4e2582427d4dcd2a4473871d125 [diff] |
Add support for returning optional values Some commands have optional return values. This allows the handlers to be defined as returning an optional<T> value and then in the body of the handler set the value in the optional or not. Tested-by: unit test runs successfully Change-Id: Ib38a4589609fb1eb192106e511c9ee3a507ac42f Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.