diff options
Diffstat (limited to 'ceee/ie/broker/api_module_constants.h')
-rw-r--r-- | ceee/ie/broker/api_module_constants.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ceee/ie/broker/api_module_constants.h b/ceee/ie/broker/api_module_constants.h new file mode 100644 index 0000000..0555531 --- /dev/null +++ b/ceee/ie/broker/api_module_constants.h @@ -0,0 +1,18 @@ +// Copyright (c) 2010 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. + +// Constants used by the API modules. + +#ifndef CEEE_IE_BROKER_API_MODULE_CONSTANTS_H_ +#define CEEE_IE_BROKER_API_MODULE_CONSTANTS_H_ + +namespace api_module_constants { + +// Errors. +extern const char kInvalidArgumentsError[]; +extern const char kInternalErrorError[]; + +} // namespace api_module_constants + +#endif // CEEE_IE_BROKER_API_MODULE_CONSTANTS_H_ |