equal
  deleted
  inserted
  replaced
  
    
    
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-  | 
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-  | 
     2  *  | 
     2  *  | 
     3  * This file is a part of LEMON, a generic C++ optimization library.  | 
     3  * This file is a part of LEMON, a generic C++ optimization library.  | 
     4  *  | 
     4  *  | 
     5  * Copyright (C) 2003-2009  | 
     5  * Copyright (C) 2003-2010  | 
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport  | 
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport  | 
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).  | 
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).  | 
     8  *  | 
     8  *  | 
     9  * Permission to use, modify and distribute this software is granted  | 
     9  * Permission to use, modify and distribute this software is granted  | 
    10  * provided that this copyright notice appears in all copies. For  | 
    10  * provided that this copyright notice appears in all copies. For  | 
    68   | 
    68   | 
    69     // The notifier type.  | 
    69     // The notifier type.  | 
    70     typedef typename ItemSetTraits<_Graph, _Item>::ItemNotifier Notifier;  | 
    70     typedef typename ItemSetTraits<_Graph, _Item>::ItemNotifier Notifier;  | 
    71   | 
    71   | 
    72   private:  | 
    72   private:  | 
    73     | 
    73   | 
    74     // The MapBase of the Map which imlements the core regisitry function.  | 
    74     // The MapBase of the Map which imlements the core regisitry function.  | 
    75     typedef typename Notifier::ObserverBase Parent;  | 
    75     typedef typename Notifier::ObserverBase Parent;  | 
    76   | 
    76   | 
    77     typedef std::allocator<Value> Allocator;  | 
    77     typedef std::allocator<Value> Allocator;  | 
    78   | 
    78   |