InvoDB/invodb/io/virtual_storage.h

21 lines
195 B
C
Raw Normal View History

2021-10-05 14:41:15 +08:00
//
// Created by YuhangQ on 2021/9/30.
//
#ifndef INVODB_VIRTUAL_STORAGE_H
#define INVODB_VIRTUAL_STORAGE_H
class VirtualStorage {
public:
private:
};
#endif //INVODB_VIRTUAL_STORAGE_H