Fix build failure in case of boost upgrade(1.66.0->1.71.0) 79/219679/1 accepted/tizen/unified/20191212.123713 submit/tizen/20191211.031516
authorDongsun Lee <ds73.lee@samsung.com>
Mon, 9 Dec 2019 06:51:30 +0000 (15:51 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Mon, 9 Dec 2019 06:51:30 +0000 (15:51 +0900)
Change-Id: Ia5a0688c7712ead820fae1e5231eeb11fc3fde43
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
shared/protobuf_asio.h

index c921186..c7ff16d 100644 (file)
@@ -94,7 +94,7 @@ public:
                                                        } catch(...) {
                                                                handler(
                                                                                boost::system::errc::make_error_code(
-                                                                                               boost::system::posix::not_enough_memory),
+                                                                                               boost::system::errc::not_enough_memory),
                                                                                0);
                                                                return;
                                                        }
@@ -105,7 +105,7 @@ public:
                                                } else {
                                                        handler(
                                                                        boost::system::errc::make_error_code(
-                                                                                       boost::system::posix::message_size),
+                                                                                       boost::system::errc::message_size),
                                                                        0);
                                                }
                                        } else {