mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
Moved the MyApplication class into the icinga namespace
This commit is contained in:
parent
ba262f0143
commit
4a636d92fe
@ -8,6 +8,9 @@ using namespace icinga;
|
|||||||
using std::cout;
|
using std::cout;
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
|
||||||
|
namespace icinga
|
||||||
|
{
|
||||||
|
|
||||||
class MyApplication : public Application
|
class MyApplication : public Application
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -46,4 +49,6 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
SET_START_CLASS(MyApplication);
|
}
|
||||||
|
|
||||||
|
SET_START_CLASS(icinga::MyApplication);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user