浏览代码

Clean up layering of storage/leveldb/...

With these changes, this package should be properly cleaned up and not require
any further changes.
main
Chris Mumford 10 年前
父节点
当前提交
a75d435d1d
共有 3 个文件被更改,包括 5 次插入0 次删除
  1. +1
    -0
      db/snapshot.h
  2. +1
    -0
      db/write_batch_internal.h
  3. +3
    -0
      table/iterator_wrapper.h

+ 1
- 0
db/snapshot.h 查看文件

@ -5,6 +5,7 @@
#ifndef STORAGE_LEVELDB_DB_SNAPSHOT_H_
#define STORAGE_LEVELDB_DB_SNAPSHOT_H_
#include "db/dbformat.h"
#include "leveldb/db.h"
namespace leveldb {

+ 1
- 0
db/write_batch_internal.h 查看文件

@ -5,6 +5,7 @@
#ifndef STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
#define STORAGE_LEVELDB_DB_WRITE_BATCH_INTERNAL_H_
#include "db/dbformat.h"
#include "leveldb/write_batch.h"
namespace leveldb {

+ 3
- 0
table/iterator_wrapper.h 查看文件

@ -5,6 +5,9 @@
#ifndef STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
#define STORAGE_LEVELDB_TABLE_ITERATOR_WRAPPER_H_
#include "leveldb/iterator.h"
#include "leveldb/slice.h"
namespace leveldb {
// A internal wrapper class with an interface similar to Iterator that

正在加载...
取消
保存