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