summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointFactoryManager.cpp
diff options
context:
space:
mode:
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