Correct style, use of newer YATL.
[awesomized/libmemcached] / libtest / result / skip.hpp
index 41df316f5565ad654652ad502bb6295b6cfac6f6..d0226e9f82a942444897f53dce8bfd4abf349008 100644 (file)
@@ -41,14 +41,9 @@ namespace libtest {
 class __skipped : public __test_result
 {
 public:
-  __skipped(const char *file, int line, const char *func);
+  __skipped(const char *file, int line, const char *func, ...);
 
-  const char* what() const throw()
-  {
-    return "SKIPPED";
-  }
-
-private:
+  __skipped(const __skipped&);
 };
 
 } // namespace libtest