summaryrefslogtreecommitdiffstats
path: root/sources/comlock.cpp
blob: e83d57ba2d4a7b7a919247dd329458e2d621e64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*-

// file comlock.cpp

#include "comlock.hpp"

namespace comlock {

  std::string pLocker[ 2 ];

}

// end of file comlock.cpp