mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-30 16:40:56 +00:00
21 lines
195 B
C++
21 lines
195 B
C++
//
|
|
// 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
|