// Copyright 2017 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SYSTEM_API_DBUS_SMBPROVIDER_DBUS_CONSTANTS_H_ #define SYSTEM_API_DBUS_SMBPROVIDER_DBUS_CONSTANTS_H_ namespace smbprovider { // General const char kSmbProviderInterface[] = …; const char kSmbProviderServicePath[] = …; const char kSmbProviderServiceName[] = …; // Methods const char kGetSharesMethod[] = …; const char kSetupKerberosMethod[] = …; const char kParseNetBiosPacketMethod[] = …; } // namespace smbprovider #endif // SYSTEM_API_DBUS_SMBPROVIDER_DBUS_CONSTANTS_H_