X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Flibrados_test_stub%2FLibradosTestStub.h;fp=src%2Fceph%2Fsrc%2Ftest%2Flibrados_test_stub%2FLibradosTestStub.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=eb3757a84be59faf0a953df46ff0a1bf09bebd29;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/librados_test_stub/LibradosTestStub.h b/src/ceph/src/test/librados_test_stub/LibradosTestStub.h deleted file mode 100644 index eb3757a..0000000 --- a/src/ceph/src/test/librados_test_stub/LibradosTestStub.h +++ /dev/null @@ -1,29 +0,0 @@ -// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -// vim: ts=8 sw=2 smarttab - -#ifndef LIBRADOS_TEST_STUB_H -#define LIBRADOS_TEST_STUB_H - -#include - -namespace librados { - -class IoCtx; -class MockTestMemIoCtxImpl; -class TestCluster; - -MockTestMemIoCtxImpl &get_mock_io_ctx(IoCtx &ioctx); - -} // namespace librados - -namespace librados_test_stub { - -typedef boost::shared_ptr TestClusterRef; - -void set_cluster(TestClusterRef cluster); -TestClusterRef get_cluster(); - -} // namespace librados_test_stub - - -#endif // LIBRADOS_TEST_STUB_H