First cut at minibind classes.
[minibind.git] / jni / minibind / minibind.h
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef MINIBIND_MINIBIND_H_
6 #define MINIBIND_MINIBIND_H_
7
8 #include <string>
9
10 namespace minibind {
11
12 class Channel;
13
14 Channel* LookupService(const std::string& name);
15
16 } // namespace minibind
17
18 #endif // MINIBIND_MINIBIND_H_