added: macro APPPREPARE

void AppFunction(int code);



git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@503 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2009-05-21 19:27:16 +00:00
parent 2dd3fc7df8
commit 3d001e7458
4 changed files with 13 additions and 4 deletions

View File

@ -16,9 +16,11 @@ namespace AppContent
{
#ifdef APPPREPARE
void AppFunction(int code);
void PrepareApp();
#endif

View File

@ -14,7 +14,7 @@ content.o: ../core/error.h ../core/db.h ../core/group.h
content.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/data.h
content.o: ../core/dirs.h ../core/users.h ../core/groups.h
content.o: ../core/functions.h ../core/lastcontainer.h ../core/mounts.h
content.o: ../core/mount.h
content.o: ../core/mount.h ../app/content.h
createthread.o: content.h ../core/item.h ../templates/templates.h
createthread.o: ../../ezc/src/ezc.h ../templates/patterncacher.h
createthread.o: ../app/templates.h ../core/request.h ../core/requesttypes.h

View File

@ -12,7 +12,7 @@
#include "../core/error.h"
#include "../core/db.h"
#include "../core/data.h"
#include "../app/content.h"
@ -174,6 +174,9 @@ void Content::MakeStandardFunction()
void Content::MakePost()
{
if( !request.pfunction )
SetDefaultFunction();
if( !request.pfunction )
{
log << log1 << "Content: MakePost: no function" << logend;
@ -230,6 +233,10 @@ void Content::Make()
{
if( DirsHaveReadExecPerm() )
{
#ifdef APPPREPARE
AppContent::PrepareApp();
#endif
if( request.method == Request::post )
MakePost();

View File

@ -131,7 +131,7 @@ struct Request
void SetCookie(const char * name, long value);
bool IsPostVar(const char * var);
std::string & PostVar(const char * var); // with a throw
std::string & PostVar(const char * var); // with a throw !!! wywalic te wyjatki ztad, niech zwraca pusty string jak nie znajdzie nic, albo referencje na jakis statyczny pusty string
//bool PostVar(const char * var, std::string & result);
// item_table[0] -> item