Skip to content

Commit c3cac86

Browse files
committed
Bug 37470307 - [37422004->14.1.2.0.1] CPP: custom address providers are not supported (main.cpp cl 113399 --> 14.1.2.0)
[git-p4: depot-paths = "//dev/release.cpp/coherence-cpp-v14.1.2.0/": change = 113409]
1 parent d5f7912 commit c3cac86

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/coherence/net/AddressProvider.cpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
3+
*
4+
* Licensed under the Universal Permissive License v 1.0 as shown at
5+
* https://oss.oracle.com/licenses/upl.
6+
*/
7+
#include "coherence/net/AddressProvider.hpp"
8+
9+
COH_OPEN_NAMESPACE2(coherence,net)
10+
11+
// ----- ClassLoader registration -------------------------------------------
12+
13+
COH_REGISTER_CLASS(TypedBarrenClass<AddressProvider>::create());
14+
15+
COH_CLOSE_NAMESPACE2

0 commit comments

Comments
 (0)