summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointFactoryManager.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-01-10 14:34:05 +0100
committerJose <jose@zeroc.com>2017-01-10 14:34:05 +0100
commit82f314a870b145e81553987100067558498a1be0 (patch)
tree2b94ca3464ee643c53237021bc7035394fecb4fd /cpp/src/Ice/EndpointFactoryManager.cpp
parentFix for static initialization issue with VS 2013 (diff)
downloadice-82f314a870b145e81553987100067558498a1be0.tar.bz2
ice-82f314a870b145e81553987100067558498a1be0.tar.xz
ice-82f314a870b145e81553987100067558498a1be0.zip
UWP code simplifications
Diffstat (limited to 'cpp/src/Ice/EndpointFactoryManager.cpp')
-rw-r--r--cpp/src/Ice/EndpointFactoryManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp
index d69f5e2ff82..72fa5002aaa 100644
--- a/cpp/src/Ice/EndpointFactoryManager.cpp
+++ b/cpp/src/Ice/EndpointFactoryManager.cpp
@@ -62,7 +62,7 @@ IceInternal::EndpointFactoryManager::get(Short type) const
return _factories[i];
}
}
- return 0;
+ return ICE_NULLPTR;
}
EndpointIPtr
@@ -170,7 +170,7 @@ IceInternal::EndpointFactoryManager::create(const string& str, bool oaEndpoint)
return ue; // Endpoint is opaque, but we don't have a factory for its type.
}
- return 0;
+ return ICE_NULLPTR;
}
EndpointIPtr