This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 4a533ef GEODE-3288: Fixes compile error on .NET client.
4a533ef is described below
commit 4a533ef026fe438de34dbd486d535827e5e1eb74
Author: Jacob Barrett <[email protected]>
AuthorDate: Sat Dec 2 01:54:48 2017 +0000
GEODE-3288: Fixes compile error on .NET client.
---
clicache/src/DistributedSystem.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clicache/src/DistributedSystem.cpp
b/clicache/src/DistributedSystem.cpp
index 2c12d64..09ef1c0 100644
--- a/clicache/src/DistributedSystem.cpp
+++ b/clicache/src/DistributedSystem.cpp
@@ -138,8 +138,8 @@ namespace Apache
// this we are calling after all .NET initialization required in
// each AppDomain
- auto nativeptr =
native::DistributedSystem::create(marshal_as<std::string>(name)
-
config->GetNative());
+ auto nativeptr =
native::DistributedSystem::create(marshal_as<std::string>(name),
+
config->GetNative());
nativeptr->connect(cache->GetNative().get());
ManagedPostConnect(cache);
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].