highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
ThreadAlreadyRunException.hpp
Go to the documentation of this file.
1
14
#ifndef THREAD_ALREADY_RUN_EXCEPTION_HPP
15
#define THREAD_ALREADY_RUN_EXCEPTION_HPP
16
17
#include "
ExceptionBase.hpp
"
18
19
namespace
HCE
20
{
21
namespace
exception
22
{
23
class
ThreadAlreadyRunException
:
public
ExceptionBase
24
{
25
public
:
26
ThreadAlreadyRunException
(
const
std::string &
what
):
ExceptionBase
(what){}
27
virtual
~ThreadAlreadyRunException
() throw(){}
28
};
29
}
30
}
31
32
#endif
sources
utils
HCECSM
src
ThreadAlreadyRunException.hpp
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2