@@ -3464,11 +3464,11 @@ with_transaction_example (bson_error_t *error)
3464
3464
* members in the URI string; e.g.
3465
3465
* uri_repl = "mongodb://mongodb0.example.com:27017,mongodb1.example.com:" \
3466
3466
* "27017/?replicaSet=myRepl";
3467
- * client = test_framework_client_new (uri_repl);
3467
+ * client = mongoc_client_new (uri_repl);
3468
3468
* For a sharded cluster, connect to the mongos instances; e.g.
3469
3469
* uri_sharded =
3470
3470
* "mongodb://mongos0.example.com:27017,mongos1.example.com:27017/";
3471
- * client = test_framework_client_new (uri_sharded);
3471
+ * client = mongoc_client_new (uri_sharded);
3472
3472
*/
3473
3473
3474
3474
client = get_client ();
@@ -3585,11 +3585,11 @@ _test_sample_versioned_api_example_1 (void)
3585
3585
* members in the URI string; e.g.
3586
3586
* uri_repl = "mongodb://mongodb0.example.com:27017,mongodb1.example.com:" \
3587
3587
* "27017/?replicaSet=myRepl";
3588
- * client = test_framework_client_new (uri_repl);
3588
+ * client = mongoc_client_new (uri_repl);
3589
3589
* For a sharded cluster, connect to the mongos instances; e.g.
3590
3590
* uri_sharded =
3591
3591
* "mongodb://mongos0.example.com:27017,mongos1.example.com:27017/";
3592
- * client = test_framework_client_new (uri_sharded);
3592
+ * client = mongoc_client_new (uri_sharded);
3593
3593
*/
3594
3594
3595
3595
client = get_client ();
@@ -3614,11 +3614,11 @@ _test_sample_versioned_api_example_2 (void)
3614
3614
* members in the URI string; e.g.
3615
3615
* uri_repl = "mongodb://mongodb0.example.com:27017,mongodb1.example.com:" \
3616
3616
* "27017/?replicaSet=myRepl";
3617
- * client = test_framework_client_new (uri_repl);
3617
+ * client = mongoc_client_new (uri_repl);
3618
3618
* For a sharded cluster, connect to the mongos instances; e.g.
3619
3619
* uri_sharded =
3620
3620
* "mongodb://mongos0.example.com:27017,mongos1.example.com:27017/";
3621
- * client = test_framework_client_new (uri_sharded);
3621
+ * client = mongoc_client_new (uri_sharded);
3622
3622
*/
3623
3623
3624
3624
client = get_client ();
@@ -3644,11 +3644,11 @@ _test_sample_versioned_api_example_3 (void)
3644
3644
* members in the URI string; e.g.
3645
3645
* uri_repl = "mongodb://mongodb0.example.com:27017,mongodb1.example.com:" \
3646
3646
* "27017/?replicaSet=myRepl";
3647
- * client = test_framework_client_new (uri_repl);
3647
+ * client = mongoc_client_new (uri_repl);
3648
3648
* For a sharded cluster, connect to the mongos instances; e.g.
3649
3649
* uri_sharded =
3650
3650
* "mongodb://mongos0.example.com:27017,mongos1.example.com:27017/";
3651
- * client = test_framework_client_new (uri_sharded);
3651
+ * client = mongoc_client_new (uri_sharded);
3652
3652
*/
3653
3653
3654
3654
client = get_client ();
@@ -3674,11 +3674,11 @@ _test_sample_versioned_api_example_4 (void)
3674
3674
* members in the URI string; e.g.
3675
3675
* uri_repl = "mongodb://mongodb0.example.com:27017,mongodb1.example.com:" \
3676
3676
* "27017/?replicaSet=myRepl";
3677
- * client = test_framework_client_new (uri_repl);
3677
+ * client = mongoc_client_new (uri_repl);
3678
3678
* For a sharded cluster, connect to the mongos instances; e.g.
3679
3679
* uri_sharded =
3680
3680
* "mongodb://mongos0.example.com:27017,mongos1.example.com:27017/";
3681
- * client = test_framework_client_new (uri_sharded);
3681
+ * client = mongoc_client_new (uri_sharded);
3682
3682
*/
3683
3683
3684
3684
client = get_client ();
0 commit comments