Correct style, use of newer YATL.
[awesomized/libmemcached] / libtest / framework.h
index f6dfc94a4be3ed6a6a18cb1528e03d253231fcc0..7a24466a5ab9c7254d8f4b3a3db4de2155e98a98 100644 (file)
@@ -162,8 +162,6 @@ public:
   }
 
 private:
-  Framework& operator=(const Framework&);
-
   uint32_t _total;
   uint32_t _success;
   uint32_t _skipped;
@@ -193,6 +191,10 @@ private:
   std::string _only_run;
   std::string _wildcard;
   std::string _name;
+
+private:
+  Framework( const Framework& );
+  const Framework& operator=( const Framework& );
 };
 
 } // namespace libtest