Skip to content

Commit

Permalink
ConfigKit: rename SubComponentsUtils.h to SubComponentUtils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Aug 15, 2017
1 parent b6e1375 commit d91e3a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/support/cxx_dependency_map.rb
Expand Up @@ -6857,7 +6857,7 @@
"src/cxx_supportlib/oxt/detail/tracable_exception_enabled.hpp",
"src/cxx_supportlib/oxt/macros.hpp",
"src/cxx_supportlib/oxt/tracable_exception.hpp"],
"src/cxx_supportlib/ConfigKit/SubComponentsUtils.h"=>
"src/cxx_supportlib/ConfigKit/SubComponentUtils.h"=>
["src/cxx_supportlib/ConfigKit/Common.h",
"src/cxx_supportlib/StaticString.h",
"src/cxx_supportlib/oxt/macros.hpp"],
Expand Down
2 changes: 1 addition & 1 deletion src/cxx_supportlib/ConfigKit/IN_PRACTICE.md
Expand Up @@ -659,7 +659,7 @@ In this Downloader example, we will demonstrate TableTranslator only.
~~~c++
#include <ConfigKit/ConfigKit.h>
#include <ConfigKit/SubComponentsUtils.h>
#include <ConfigKit/SubComponentUtils.h>
class Downloader {
public:
Expand Down
Expand Up @@ -23,8 +23,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifndef _PASSENGER_CONFIG_KIT_SUB_COMPONENTS_UTILS_H_
#define _PASSENGER_CONFIG_KIT_SUB_COMPONENTS_UTILS_H_
#ifndef _PASSENGER_CONFIG_KIT_SUB_COMPONENT_UTILS_H_
#define _PASSENGER_CONFIG_KIT_SUB_COMPONENT_UTILS_H_

#include <string>
#include <vector>
Expand Down Expand Up @@ -56,4 +56,4 @@ prepareConfigChangeForSubComponent(Component &component, const Translator &trans
} // ConfigKit
} // Passenger

#endif /* _PASSENGER_CONFIG_KIT_SUB_COMPONENTS_UTILS_H_ */
#endif /* _PASSENGER_CONFIG_KIT_SUB_COMPONENT_UTILS_H_ */

0 comments on commit d91e3a8

Please sign in to comment.