Skip to content

Commit 776ad5f

Browse files
committed
Bug 37422004 - CPP: custom address providers are not supported
[git-p4: depot-paths = "//dev/main.cpp/": change = 113399]
1 parent 8ebc49c commit 776ad5f

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)