blob: 956ff737ff6bc73d0eac3ae965dbe69083e32ee5 [file] [log] [blame]
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef KUDU_GUTIL_CALLBACK_FORWARD_H_
#define KUDU_GUTIL_CALLBACK_FORWARD_H_
namespace kudu {
template <typename Sig>
class Callback;
typedef Callback<void(void)> Closure;
} // namespace kudu
#endif // KUDU_GUTIL_CALLBACK_FORWARD_H