// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/host/base/host_exit_codes.h" #include "remoting/base/name_value_map.h" namespace remoting { const NameMapElement<HostExitCodes> kHostExitCodeStrings[] = …; const char* ExitCodeToString(HostExitCodes exit_code) { … } const char* ExitCodeToStringUnchecked(int exit_code) { … } } // namespace remoting