COVISE Core
threadname.h
Go to the documentation of this file.
1/* This file is part of COVISE.
2
3 You can use it under the terms of the GNU Lesser General Public License
4 version 2.1 or later, see lgpl-2.1.txt.
5
6 * License: LGPL 2+ */
7
8#ifndef THREADNAME_H
9#define THREADNAME_H
10
11#include "coExport.h"
12#include <string>
13
14namespace covise
15{
17}
18
19#endif // THREADNAME_H
20
#define UTILEXPORT
Definition: coExport.h:206
GLsizei const GLchar *const * string
Definition: khronos-glext.h:6750
GLuint const GLchar * name
Definition: khronos-glext.h:6722
list of all chemical elements
Definition: coConfig.h:27
bool setThreadName(std::string name)
Definition: threadname.cpp:15