summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-09-03 16:40:12 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-09-03 16:40:12 +0200
commit4a37c070ec51742c8a2e152901e3a47f7093ea55 (patch)
treed3b21ce3c04035a126e0a1e921061a04e08296af
parentfff288bee7bc9a1d1e870ebd5c5d8cfcd11e6db8 (diff)
downloadATCD-4a37c070ec51742c8a2e152901e3a47f7093ea55.tar.gz
Layout change
* ACE/ace/Service_Repository.h:
-rw-r--r--ACE/ace/Service_Repository.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Service_Repository.h b/ACE/ace/Service_Repository.h
index aadc839c32c..3d3c71716bb 100644
--- a/ACE/ace/Service_Repository.h
+++ b/ACE/ace/Service_Repository.h
@@ -191,9 +191,9 @@ protected:
/// The typedef of the array used to store the services.
#if defined (ACE_HAS_ALLOC_HOOKS)
- typedef ACE_Array_Map<size_t, const ACE_Service_Type*, std::equal_to<size_t>, ACE_Allocator_Std_Adapter<std::pair<size_t, const ACE_Service_Type*> > > array_type;
+ typedef ACE_Array_Map<size_t, const ACE_Service_Type*, std::equal_to<size_t>, ACE_Allocator_Std_Adapter<std::pair<size_t, const ACE_Service_Type*> > > array_type;
#else
- typedef ACE_Array_Map<size_t, const ACE_Service_Type*> array_type;
+ typedef ACE_Array_Map<size_t, const ACE_Service_Type*> array_type;
#endif /* ACE_HAS_ALLOC_HOOKS */
/// Contains all the configured services.