Remove Boost completely 75/46075/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 13 Aug 2015 19:08:54 +0000 (20:08 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 13 Aug 2015 19:08:54 +0000 (20:08 +0100)
Change-Id: Iedeecbfa65be7714db94bc15d94f545d5d5bb6aa

build/scripts/dali_env
dali/devel-api/signals/signal-delegate.h

index 823c403..99cc372 100755 (executable)
@@ -37,8 +37,6 @@ my @system_packages = (
     "pkg-config",
     "libtool",
     "ccache",
-    "libboost-dev",
-    "libboost-thread-dev",
     "libelementary-dev",
     "libexif-dev",
     "libxml2-dev",
index 03121eb..0081562 100644 (file)
@@ -57,8 +57,7 @@ public:
    *
    * This is required to allow connection to an actor's signal. Typically this is done in a generic
    * way (IE. via a string of the signal name) using the ConnectSignal function.
-   * This function requires a functor, and whilst we can bind to this with something like boost::bind
-   * we avoid this by providing a local functor built in to this delegate object.
+   * This function requires a functor.
    *
    * @param[in] connectionTracker Passed in to the ConnectSignal function of the actor.
    * @param[in] functorDelegate A functor delegate object that must be executed when the signal is emitted.