We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575a029 commit 7ccded3Copy full SHA for 7ccded3
src/testing_unimplemented.cpp
@@ -65,10 +65,6 @@ CASS_EXPORT CassError cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib
65
CASS_EXPORT void cass_cluster_set_constant_reconnect(CassCluster* cluster, cass_uint64_t delay_ms) {
66
throw std::runtime_error("UNIMPLEMENTED cass_cluster_set_constant_reconnect\n");
67
}
68
-CASS_EXPORT CassError cass_cluster_set_core_connections_per_host(CassCluster* cluster,
69
- unsigned num_connections) {
70
- throw std::runtime_error("UNIMPLEMENTED cass_cluster_set_core_connections_per_host\n");
71
-}
72
CASS_EXPORT CassError cass_cluster_set_host_listener_callback(CassCluster* cluster,
73
CassHostListenerCallback callback,
74
void* data) {
0 commit comments