Audacity 3.2.0
CloudExporterPlugin.cpp
Go to the documentation of this file.
2/* SPDX-License-Identifier: GPL-2.0-or-later */
3/*!********************************************************************
4
5 Audacity: A Digital Audio Editor
6
7 CloudExporterPlugin.cpp
8
9 Dmitry Vedenko
10
11**********************************************************************/
12#pragma once
13
14#include "CloudExporterPlugin.h"
15
16namespace cloud
17{
19{
20}
22{
23}
24} // namespace cloud
virtual void OnAfterExport()
Cleanup after the exporting is done, if needed.
virtual ~CloudExporterPlugin() noexcept