gaussianrecurrence opened a new pull request #774:
URL: https://github.com/apache/geode-native/pull/774


    - All references to ACE_OS have been removed in the source and replaced
      by a suitable boost alternative, an STL alternative or in few cases,
      a custom alternative.
    - Note that most of the impacts are in the old integration tests.
    - IMPORTANT. There are two cases in which ACE_OS references remain:
       * ExpiryTaskManager. This reference is left there as there is
         already an ongoing PR to replace the whole implementation by
         boost::asio one. PR #678
       * DistributedSystemImpl. There is a call to uname, which I've been
         unable to find a suitable alternative. The approach on this needs
         to be discussed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to