/** @file capped.cpp */ #include "pch.h" #include "capped.h" namespace mongo { CappedCollection::~CappedCollection() { } }