flush
[m6w6/libmemcached] / tests / libmemcached-1.0 / internals.cc
index 8c28d3156c1526cf09e34a57d3f6e4e1ef5abcad..2ccd43365cf775ba02d337230d7ec94a71370c77 100644 (file)
@@ -34,8 +34,8 @@
  *
  */
 
-#include <config.h>
-#include <libtest/test.hpp>
+#include "mem_config.h"
+#include "libtest/test.hpp"
 
 using namespace libtest;
 
@@ -61,7 +61,7 @@ collection_st collection[] ={
   {0, 0, 0, 0}
 };
 
-void get_world(Framework *frame)
+void get_world(libtest::Framework* frame)
 {
-  frame->collections= collection;
+  frame->collections(collection);
 }