// Spectre Samba Mounter // // Douglas Thrift // // Maker.cpp #include "Maker.h" void Maker::make() { cout << "STUB: Maker.make()\n"; }