aboutsummaryrefslogtreecommitdiff
path: root/mod/tenant-service.cxx
blob: 2c1f3bce67204a5c6d1adf5d48543874bd962661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : mod/tenant-service.cxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#include <mod/tenant-service.hxx>

namespace brep
{
  void tenant_service_build_built::
  build_completed (const string& /* tenant_id */,
                   const tenant_service&,
                   const diag_epilogue& /* log_writer */) const noexcept
  {
    // If this notification is requested, then this function needs to be
    // overridden by the tenant service implementation.
    //
    assert (false);
  }
}