nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nds_availability_helper.hh
Go to the documentation of this file.
1 #ifndef NDS2_AVAILABILITY_HELPER_HH
2 #define NDS2_AVAILABILITY_HELPER_HH
3 
4 namespace NDS
5 {
6  namespace detail
7  {
8  bool gaps_equivalent( const simple_segment_list_type& l1,
9  const simple_segment_list_type& l2 );
10  }
11 }
12 
13 #endif // NDS2_AVAILABILITY_HELPER_HH
bool gaps_equivalent(const simple_segment_list_type &l1, const simple_segment_list_type &l2)
Definition: nds_availability.cc:23