the first part of reimplementing has been done
now we have app object and singletons are only: log logn plugin and app git-svn-id: svn://ttmath.org/publicrep/winix/trunk@628 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -13,10 +13,12 @@
|
||||
#include <iomanip>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include "../core/mount.h"
|
||||
#include "../core/locale.h"
|
||||
#include "../templates/misc.h"
|
||||
#include "ezc.h"
|
||||
#include "core/mount.h"
|
||||
#include "core/locale.h"
|
||||
#include "core/config.h"
|
||||
#include "templates/misc.h"
|
||||
|
||||
|
||||
|
||||
struct NotifyMsg
|
||||
@@ -46,6 +48,8 @@ namespace TemplatesNotifyFunctions
|
||||
extern Patterns patterns;
|
||||
extern NotifyMsg * notify_msg;
|
||||
|
||||
extern Config * config;
|
||||
|
||||
void notify_item_added(Info & i);
|
||||
void notify_item_edited(Info & i);
|
||||
void notify_item_deleted(Info & i);
|
||||
@@ -68,6 +72,8 @@ public:
|
||||
|
||||
TemplatesNotify();
|
||||
|
||||
void SetConfig(Config * pconfig);
|
||||
|
||||
void Read();
|
||||
void CreateFunctions();
|
||||
void Generate(Locale::Lang lang);
|
||||
|
Reference in New Issue
Block a user