Changes between Initial Version and Version 1 of Ticket #7588


Ignore:
Timestamp:
Oct 28, 2012, 7:37:37 PM (10 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7588

    • Property Status newassigned
  • Ticket #7588 – Description

    initial v1  
    11The locks.hpp file could be separated in:
    22
    3 lock_option.hpp constains adopt_lock_t, ...
    4 lock_guard.hpp  constains lock_guard, ...
    5 lock_traits.hpp contains is_mutex_type
    6 lock_types.hpp contains unique_lock, ...
    7 lock_algorithm.hpp constains lock, try_lock, ... functions
     3* lock_option.hpp constains adopt_lock_t, ...
     4
     5* lock_guard.hpp  constains lock_guard, ...
     6
     7* lock_traits.hpp contains is_mutex_type
     8
     9* lock_types.hpp contains unique_lock, ...
     10
     11* lock_algorithm.hpp constains lock, try_lock, ... functions
    812
    913This help to limit the dependencies.