X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Finterprocess%2Ftest%2Ftree_test.cpp;h=46190526829dcb8a441feb2e5053acee3c7980a4;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=f11ce7854c263c674810c46123184309dc9129a5;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/interprocess/test/tree_test.cpp b/libs/interprocess/test/tree_test.cpp index f11ce78..4619052 100644 --- a/libs/interprocess/test/tree_test.cpp +++ b/libs/interprocess/test/tree_test.cpp @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////////////////// // -// (C) Copyright Ion Gaztanaga 2004-2011. Distributed under the Boost +// (C) Copyright Ion Gaztanaga 2004-2012. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // @@ -42,19 +42,19 @@ typedef basic_managed_shared_memory //We will work with narrow characters for shared memory objects //Alias an integer node allocator type -typedef allocator +typedef allocator shmem_allocator_t; -typedef allocator, my_managed_shared_memory::segment_manager> +typedef allocator, my_managed_shared_memory::segment_manager> shmem_node_pair_allocator_t; -typedef allocator +typedef allocator shmem_movable_allocator_t; -typedef allocator, my_managed_shared_memory::segment_manager> +typedef allocator, my_managed_shared_memory::segment_manager> shmem_movable_node_pair_allocator_t; -typedef allocator +typedef allocator shmem_move_copy_allocator_t; -typedef allocator +typedef allocator shmem_copy_allocator_t; -typedef allocator, my_managed_shared_memory::segment_manager> +typedef allocator, my_managed_shared_memory::segment_manager> shmem_move_copy_node_pair_allocator_t; //Alias standard types