fix wrong type of memcached_instance_st::server_timeout_counter_query_id
[awesomized/libmemcached] / libtest / collection.h
index bc879e3091d79f94592613b6c049c6c5f859b2f6..a9f9cba843014229bfb88e79c316b7a3d320130a 100644 (file)
@@ -103,6 +103,10 @@ private:
   uint32_t _total;
   libtest::Timer _timer;
   libtest::Formatter _formatter;
+
+private:
+  Collection( const Collection& );
+  const Collection& operator=( const Collection& );
 };
 
 } // namespace libtest