Files
unison/scratch/subdir/scratch-subdir-additional-header.cc

20 lines
309 B
C++
Raw Normal View History

/*
2024-06-17 16:17:10 +02:00
* SPDX-License-Identifier: GPL-2.0-only
*/
// This file contains the implementation of the functions declared in the
// corresponding header file.
#include "scratch-subdir-additional-header.h"
2022-10-07 20:08:35 +00:00
namespace ns3
{
std::string
2022-10-07 20:08:35 +00:00
ScratchSubdirGetMessage()
{
2022-10-07 20:08:35 +00:00
return "Scratch Subdir";
}
} // namespace ns3