Update to support new warnings.
[m6w6/libmemcached] / tests / libmemcached-1.0 / sasl.cc
index 1c3d4a9947e3238c623c10494fa466ba7214c339..6dae42378177a941b55260a886495a65d00415ec 100644 (file)
@@ -99,12 +99,12 @@ collection_st collection[] ={
 
 #include "tests/libmemcached_world.h"
 
-void get_world(Framework *world)
+void get_world(libtest::Framework* world)
 {
-  world->collections= collection;
+  world->collections(collection);
 
-  world->_create= (test_callback_create_fn*)world_create;
-  world->_destroy= (test_callback_destroy_fn*)world_destroy;
+  world->create((test_callback_create_fn*)world_create);
+  world->destroy((test_callback_destroy_fn*)world_destroy);
 
   world->set_runner(new LibmemcachedRunner);