changed: the way how plugins work

all your plugin functions can have signature either:
void my_function(PluginInfo & info); or
void my_function();
only the main Init should have:
extern "C" void Init(PluginFunction & info);

added: directory 'plugins' for plugins
added: 'stats' plugin
		  


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@624 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-07-27 20:41:56 +00:00
parent e4683b9a05
commit 031ace3fe5
33 changed files with 1268 additions and 399 deletions

View File

@@ -2,15 +2,15 @@
notify.o: templatesnotify.h ../core/mount.h ../core/locale.h
notify.o: ../confparser/confparser.h ../templates/misc.h
notify.o: ../templates/localefilter.h ../core/notify.h
notify.o: ../templates/localefilter.h ../../ezc/src/ezc.h ../core/notify.h
notify.o: ../templatesnotify/templatesnotify.h
templatesnotify.o: templatesnotify.h ../core/mount.h ../core/locale.h
templatesnotify.o: ../confparser/confparser.h ../templates/misc.h
templatesnotify.o: ../templates/localefilter.h ../core/misc.h ../core/item.h
templatesnotify.o: ../core/data.h ../core/dirs.h ../core/dircontainer.h
templatesnotify.o: ../core/users.h ../core/user.h ../core/ugcontainer.h
templatesnotify.o: ../core/log.h ../core/groups.h ../core/group.h
templatesnotify.o: ../core/functions.h ../core/function.h
templatesnotify.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h
templatesnotify.o: ../core/error.h ../core/rebus.h ../core/loadavg.h
templatesnotify.o: ../core/log.h
templatesnotify.o: ../templates/localefilter.h ../../ezc/src/ezc.h
templatesnotify.o: ../core/misc.h ../core/item.h ../core/data.h
templatesnotify.o: ../core/dirs.h ../core/dircontainer.h ../core/users.h
templatesnotify.o: ../core/user.h ../core/ugcontainer.h ../core/log.h
templatesnotify.o: ../core/groups.h ../core/group.h ../core/functions.h
templatesnotify.o: ../core/function.h ../core/lastcontainer.h
templatesnotify.o: ../core/mounts.h ../core/mount.h ../core/error.h
templatesnotify.o: ../core/rebus.h ../core/loadavg.h ../core/log.h