Blake Bender created GEODE-8208:
-----------------------------------
Summary: Remove global initLib/closeLib methods from
CppCacheLibrary
Key: GEODE-8208
URL: https://issues.apache.org/jira/browse/GEODE-8208
Project: Geode
Issue Type: Task
Components: native client
Reporter: Blake Bender
closeLib contains no code, just remove it. initLib is only one line of code, a
call to ACE::init(). If there is to be any global initialization code for
geode-native, and it currently doesn't appear that there is, it needs to be
exposed in the public API and called explicitly by the application, where
object lifetimes etc are known. Since CppCacheLibrary isn't public, and once
we remove ACE (GEODE-2484) there will literally be no code in either of these
methods, we should delete them and move on.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)