COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/windows.h

    r576 r1340  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2013
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    2020#define LEMON_BITS_WINDOWS_H
    2121
     22#include <lemon/config.h>
    2223#include <string>
    2324
     
    2930    std::string getWinFormattedDate();
    3031    int getWinRndSeed();
     32
     33    class WinLock {
     34    public:
     35      WinLock();
     36      ~WinLock();
     37      void lock();
     38      void unlock();\
     39    private:
     40      void *_repr;
     41    };
    3142  }
    3243}
Note: See TracChangeset for help on using the changeset viewer.