// Copyright (C) 2010, Guy Barrand. All rights reserved.
// See the file tools.license for terms.

#ifndef tools_cid
#define tools_cid

namespace tools {

typedef unsigned short cid;

}

#endif
