Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: dbus/string_util.h

Issue 11364033: dbus: Make it possible to build as shared_library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHROME_DBUS_EXPORT Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DBUS_STRING_UTIL_H_ 5 #ifndef DBUS_STRING_UTIL_H_
6 #define DBUS_STRING_UTIL_H_ 6 #define DBUS_STRING_UTIL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "dbus/dbus_export.h"
11
10 namespace dbus { 12 namespace dbus {
11 13
12 // Returns true if the specified string is a valid object path. 14 // Returns true if the specified string is a valid object path.
13 bool IsValidObjectPath(const std::string& value); 15 CHROME_DBUS_EXPORT bool IsValidObjectPath(const std::string& value);
14 16
15 } // namespace dbus 17 } // namespace dbus
16 18
17 #endif // DBUS_STRING_UTIL_H_ 19 #endif // DBUS_STRING_UTIL_H_
OLDNEW
« dbus/dbus_export.h ('K') | « dbus/property.h ('k') | dbus/values_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698