blob: 4ba36d051049d55510cd602c15e21be5835de632 [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "germ/daemon.h"
namespace germ {
int Daemon::Run() {
return 0;
}
} // namespace germ