13 lines
138 B
C++
13 lines
138 B
C++
|
|
/** @file capped.cpp
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "pch.h"
|
||
|
|
#include "capped.h"
|
||
|
|
|
||
|
|
namespace mongo {
|
||
|
|
|
||
|
|
CappedCollection::~CappedCollection() {
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|