mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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::endl;
|
||||
|
||||
namespace icinga
|
||||
{
|
||||
|
||||
class MyApplication : public Application
|
||||
{
|
||||
public:
|
||||
@ -46,4 +49,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
SET_START_CLASS(MyApplication);
|
||||
}
|
||||
|
||||
SET_START_CLASS(icinga::MyApplication);
|
||||
|
Loading…
x
Reference in New Issue
Block a user