Changes have been pushed for the repository "fawkes.git".
(Fawkes Robotics Software Framework)

Clone:  g...@git.fawkesrobotics.org:fawkes.git
Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, common/current has been updated
        to  449543aaefbcc0aa03320ef95d1405297359bd9d (commit)
      from  250ded3bff67e2fd240009cef48314c4354d22e2 (commit)

http://git.fawkesrobotics.org/fawkes.git/common/current

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit 449543aaefbcc0aa03320ef95d1405297359bd9d
Author:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
AuthorDate: Tue Apr 10 17:48:34 2018 +0200
Commit:     Till Hofmann <hofm...@kbsg.rwth-aachen.de>
CommitDate: Tue Apr 10 17:48:34 2018 +0200

    webview: add missing ifdef guards for the REST API

http://git.fawkesrobotics.org/fawkes.git/commit/449543a
http://trac.fawkesrobotics.org/changeset/449543a

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 src/plugins/webview/webview_plugin.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


- *Diffs* -------------------------------------------------------------

- *commit* 449543aaefbcc0aa03320ef95d1405297359bd9d - - - - - - - - - -
Author:  Till Hofmann <hofm...@kbsg.rwth-aachen.de>
Date:    Tue Apr 10 17:48:34 2018 +0200
Subject: webview: add missing ifdef guards for the REST API

 src/plugins/webview/webview_plugin.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

_Diff for modified files_:
diff --git a/src/plugins/webview/webview_plugin.cpp 
b/src/plugins/webview/webview_plugin.cpp
index 4e16c20..72020e0 100644
--- a/src/plugins/webview/webview_plugin.cpp
+++ b/src/plugins/webview/webview_plugin.cpp
@@ -50,10 +50,12 @@ WebviewPlugin::WebviewPlugin(Configuration *config)
                config->get_bool("/webview/thread-pool/enable");
 
   thread_list.push_back(new WebviewThread(enable_thread_pool));
+#ifdef HAVE_REST_APIS
   thread_list.push_back(new BlackboardRestApi());
 #ifdef HAVE_JPEG
   thread_list.push_back(new ImageRestApi());
 #endif
+#endif
 }
 
 




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to