Files
winix/winixd/notify/Makefile.dep
Tomasz Sowa d5ebb7ca12 changed the way how the request's answer is created,
now winix can return json, xml, csv from out_main_stream or from frames and json from models

removed from Request:
  bool send_bin_stream
  bool return_json
  bool return_info_only
  pt::Space info
  bool page_generated
  bool out_main_stream_use_html_filter
  bool out_streams_use_html_filter

added to Request:
  enum AnswerSource
  enum AnswerContainer
  AnswerSource answer_source
  AnswerContainer answer_container
  bool use_ezc_engine
  std::wstring frame
  bool send_all_frames
  bool use_html_filter

added to Config:
 // the name of the url parameter for returning all frames, e.g. https://domain.tld/mydir/myfunction/allframes
 // default: allframes
 std::wstring request_all_frames_parameter;

 // the name of the root element when serializing request answer to xml
 // default: winix
 std::wstring xml_root;

algorithm (the whole algorithm is described in core/request.h):
at the beginning of a request winix sets
   answer_source to models
   answer_container to text
   use_ezc_engine to true

next answer_container and use_ezc_engine can be changed in the following way:

1. winix will look for 'Accept' http header and depending on the header winix will set:
   (not implemented yet)

             Accept | answer_container | use_ezc_engine
	     ------------------------------------|-----------------
	     application/json | json             | false
	      application/xml | xml              | false
	              text/csv | csv              | false

2. next answer_container is set depending on 'container' url parameter
       container | answer_container
 ---------------------------------------------------------
     not present | don't change the value
            text | text
            json | json
             xml | xml
             csv | csv

use_ezc_engine is set depending on 'answer' url parameter:
          answer | use_ezc_engine
 ---------------------------------
     not present | don't change the value
            html | true
            data | false

if 'answer' is html then we take into account two more parameters:
 frame: frame_name (empty default) - if set then winix returns this specific frame
 allframes: (if present then winix returns all frames)
2021-10-13 01:27:14 +02:00

360 lines
20 KiB
Makefile

# DO NOT DELETE
notify.o: notify.h ../../../winix/winixd/core/winixmodeldeprecated.h
notify.o: ../../../winix/winixd/core/winixbase.h
notify.o: ../../../winix/winixd/core/config.h
notify.o: ../../../pikotools/src/space/spaceparser.h
notify.o: ../../../pikotools/src/space/space.h
notify.o: ../../../pikotools/src/textstream/types.h
notify.o: ../../../pikotools/src/convert/inttostr.h
notify.o: ../../../pikotools/src/utf8/utf8.h
notify.o: ../../../pikotools/src/textstream/stream.h
notify.o: ../../../pikotools/src/utf8/utf8_templates.h
notify.o: ../../../pikotools/src/utf8/utf8_private.h
notify.o: ../../../pikotools/src/convert/baseparser.h
notify.o: ../../../pikotools/src/textstream/textstream.h
notify.o: ../../../pikotools/src/textstream/stream.h
notify.o: ../../../pikotools/src/space/space.h
notify.o: ../../../pikotools/src/date/date.h
notify.o: ../../../pikotools/src/membuffer/membuffer.h
notify.o: ../../../pikotools/src/textstream/types.h
notify.o: ../../../winix/winixd/core/log.h
notify.o: ../../../winix/winixd/core/logmanipulators.h
notify.o: ../../../pikotools/src/log/log.h
notify.o: ../../../pikotools/src/log/filelog.h ../../../morm/src/morm.h
notify.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h
notify.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h
notify.o: ../../../morm/src/dbconnector.h ../../../morm/src/queryresult.h
notify.o: ../../../morm/src/ft.h ../../../morm/src/flatconnector.h
notify.o: ../../../morm/src/dbexpression.h ../../../morm/src/baseexpression.h
notify.o: ../../../morm/src/modelenv.h ../../../morm/src/modeldata.h
notify.o: ../../../morm/src/cursorhelper.h ../../../morm/src/finderhelper.h
notify.o: ../../../morm/src/fieldvaluehelper.h ../../../morm/src/wrapper.h
notify.o: ../../../morm/src/spacewrapper.h
notify.o: ../../../morm/src/baseobjectwrapper.h
notify.o: ../../../morm/src/modelcontainerwrapper.h
notify.o: ../../../pikotools/src/convert/text.h
notify.o: ../../../morm/src/flatexpression.h ../../../morm/src/finder.h
notify.o: ../../../morm/src/cursor.h ../../../morm/src/jsonexpression.h
notify.o: ../../../morm/src/postgresqlexpression.h
notify.o: ../../../morm/src/jsonconnector.h
notify.o: ../../../morm/src/postgresqlconnector.h
notify.o: ../../../morm/src/postgresqlqueryresult.h
notify.o: ../../../winix/winixd/core/log.h
notify.o: ../../../winix/winixd/core/synchro.h
notify.o: ../../../winix/winixd/core/filelog.h
notify.o: ../../../winix/winixd/core/lock.h
notify.o: ../../../winix/winixd/core/synchro.h
notify.o: ../../../winix/winixd/core/plugin.h
notify.o: ../../../winix/winixd/core/pluginmsg.h
notify.o: ../../../winix/winixd/core/plugindata.h
notify.o: ../../../winix/winixd/core/winixbase.h notifypool.h
notify.o: ../../../winix/winixd/templates/locale.h
notify.o: ../../../pikotools/src/convert/patternreplacer.h
notify.o: ../../../pikotools/src/convert/strtoint.h
notify.o: ../../../pikotools/src/convert/text.h
notify.o: ../../../pikotools/src/convert/misc.h
notify.o: ../../../pikotools/src/utf8/utf8_stream.h
notify.o: ../../../winix/winixd/templates/patterns.h
notify.o: ../../../winix/winixd/templates/locale.h
notify.o: ../../../winix/winixd/templates/localefilter.h
notify.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
notify.o: ../../../ezc/src/blocks.h ../../../ezc/src/item.h
notify.o: ../../../ezc/src/cache.h ../../../ezc/src/functions.h
notify.o: ../../../ezc/src/funinfo.h ../../../ezc/src/objects.h
notify.o: ../../../ezc/src/pattern.h ../../../ezc/src/outstreams.h
notify.o: ../../../ezc/src/expressionparser.h ../../../ezc/src/models.h
notify.o: ../../../ezc/src/patternparser.h notifythread.h
notify.o: ../../../winix/winixd/core/basethread.h
notify.o: ../../../winix/winixd/core/winixmodeldeprecated.h templatesnotify.h
notify.o: ../../../winix/winixd/core/textstream.h
notify.o: ../../../winix/winixd/core/users.h
notify.o: ../../../winix/winixd/models/user.h
notify.o: ../../../winix/winixd/templates/misc.h
notify.o: ../../../winix/winixd/templates/htmltextstream.h
notify.o: ../../../winix/winixd/models/winixmodel.h
notify.o: ../../../winix/winixd/models/winixmodelconnector.h
notify.o: ../../../winix/winixd/core/ugcontainer.h
notify.o: ../../../winix/winixd/core/lastcontainer.h
notify.o: ../../../winix/winixd/core/cur.h
notify.o: ../../../winix/winixd/core/request.h
notify.o: ../../../winix/winixd/core/requesttypes.h
notify.o: ../../../winix/winixd/models/item.h
notify.o: ../../../winix/winixd/models/itemcontent.h
notify.o: ../../../winix/winixd/templates/htmltextstream.h
notify.o: ../../../winix/winixd/core/error.h
notify.o: ../../../winix/winixd/core/config.h
notify.o: ../../../winix/winixd/core/textstream.h
notify.o: ../../../winix/winixd/models/winixmodel.h
notify.o: ../../../winix/winixd/core/header.h
notify.o: ../../../winix/winixd/core/session.h
notify.o: ../../../winix/winixd/core/rebus.h
notify.o: ../../../winix/winixd/core/ipban.h
notify.o: ../../../winix/winixd/core/mount.h ../../../winix/winixd/db/db.h
notify.o: ../../../winix/winixd/db/dbbase.h ../../../winix/winixd/db/dbconn.h
notify.o: ../../../winix/winixd/db/dbtextstream.h
notify.o: ../../../winix/winixd/core/error.h
notify.o: ../../../winix/winixd/models/group.h
notify.o: ../../../winix/winixd/core/dircontainer.h
notify.o: ../../../winix/winixd/core/ugcontainer.h
notify.o: ../../../winix/winixd/templates/templates.h
notify.o: ../../../winix/winixd/templates/patterncacher.h
notify.o: ../../../winix/winixd/templates/indexpatterns.h
notify.o: ../../../winix/winixd/templates/patterns.h
notify.o: ../../../winix/winixd/templates/changepatterns.h
notify.o: ../../../winix/winixd/core/cur.h
notify.o: ../../../winix/winixd/core/system.h
notify.o: ../../../winix/winixd/core/job.h
notify.o: ../../../winix/winixd/core/basethread.h
notify.o: ../../../winix/winixd/core/dirs.h
notify.o: ../../../winix/winixd/core/dircontainer.h
notify.o: ../../../winix/winixd/core/mounts.h
notify.o: ../../../winix/winixd/core/mountparser.h
notify.o: ../../../winix/winixd/core/crypt.h ../../../winix/winixd/core/run.h
notify.o: ../../../winix/winixd/core/users.h
notify.o: ../../../winix/winixd/core/groups.h
notify.o: ../../../winix/winixd/core/loadavg.h
notify.o: ../../../winix/winixd/core/image.h
notify.o: ../../../winix/winixd/core/threadmanager.h
notify.o: ../../../winix/winixd/models/winixmodelconnector.h
notify.o: ../../../winix/winixd/notify/notify.h
notify.o: ../../../winix/winixd/core/timezones.h
notify.o: ../../../winix/winixd/core/timezone.h
notify.o: ../../../winix/winixd/core/sessionmanager.h
notify.o: ../../../winix/winixd/core/sessioncontainer.h
notify.o: ../../../winix/winixd/core/ipbancontainer.h
notify.o: ../../../winix/winixd/core/system.h
notify.o: ../../../winix/winixd/core/sessionidmanager.h
notify.o: ../../../tito/src/base64.h ../../../tito/src/aes.h
notify.o: ../../../pikotools/src/html/htmlparser.h
notify.o: ../../../winix/winixd/core/winixrequest.h
notify.o: ../../../winix/winixd/core/winixsystem.h
notify.o: ../../../winix/winixd/core/slog.h
notify.o: ../../../winix/winixd/core/request.h
notify.o: ../../../winix/winixd/core/dirs.h
notify.o: ../../../winix/winixd/core/plugin.h
notifypool.o: notifypool.h ../../../winix/winixd/templates/locale.h
notifypool.o: ../../../pikotools/src/space/spaceparser.h
notifypool.o: ../../../pikotools/src/space/space.h
notifypool.o: ../../../pikotools/src/textstream/types.h
notifypool.o: ../../../pikotools/src/convert/inttostr.h
notifypool.o: ../../../pikotools/src/utf8/utf8.h
notifypool.o: ../../../pikotools/src/textstream/stream.h
notifypool.o: ../../../pikotools/src/utf8/utf8_templates.h
notifypool.o: ../../../pikotools/src/utf8/utf8_private.h
notifypool.o: ../../../pikotools/src/convert/baseparser.h
notifypool.o: ../../../pikotools/src/textstream/textstream.h
notifypool.o: ../../../pikotools/src/textstream/stream.h
notifypool.o: ../../../pikotools/src/space/space.h
notifypool.o: ../../../pikotools/src/date/date.h
notifypool.o: ../../../pikotools/src/membuffer/membuffer.h
notifypool.o: ../../../pikotools/src/textstream/types.h
notifypool.o: ../../../winix/winixd/core/winixbase.h
notifypool.o: ../../../winix/winixd/core/config.h
notifypool.o: ../../../winix/winixd/core/log.h
notifypool.o: ../../../winix/winixd/core/logmanipulators.h
notifypool.o: ../../../pikotools/src/log/log.h
notifypool.o: ../../../pikotools/src/log/filelog.h ../../../morm/src/morm.h
notifypool.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h
notifypool.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h
notifypool.o: ../../../morm/src/dbconnector.h ../../../morm/src/queryresult.h
notifypool.o: ../../../morm/src/ft.h ../../../morm/src/flatconnector.h
notifypool.o: ../../../morm/src/dbexpression.h
notifypool.o: ../../../morm/src/baseexpression.h ../../../morm/src/modelenv.h
notifypool.o: ../../../morm/src/modeldata.h ../../../morm/src/cursorhelper.h
notifypool.o: ../../../morm/src/finderhelper.h
notifypool.o: ../../../morm/src/fieldvaluehelper.h
notifypool.o: ../../../morm/src/wrapper.h ../../../morm/src/spacewrapper.h
notifypool.o: ../../../morm/src/baseobjectwrapper.h
notifypool.o: ../../../morm/src/modelcontainerwrapper.h
notifypool.o: ../../../pikotools/src/convert/text.h
notifypool.o: ../../../morm/src/flatexpression.h ../../../morm/src/finder.h
notifypool.o: ../../../morm/src/cursor.h ../../../morm/src/jsonexpression.h
notifypool.o: ../../../morm/src/postgresqlexpression.h
notifypool.o: ../../../morm/src/jsonconnector.h
notifypool.o: ../../../morm/src/postgresqlconnector.h
notifypool.o: ../../../morm/src/postgresqlqueryresult.h
notifypool.o: ../../../winix/winixd/core/log.h
notifypool.o: ../../../winix/winixd/core/synchro.h
notifypool.o: ../../../winix/winixd/core/filelog.h
notifypool.o: ../../../winix/winixd/core/lock.h
notifypool.o: ../../../winix/winixd/core/synchro.h
notifypool.o: ../../../pikotools/src/convert/patternreplacer.h
notifypool.o: ../../../pikotools/src/convert/strtoint.h
notifypool.o: ../../../pikotools/src/convert/text.h
notifypool.o: ../../../pikotools/src/convert/misc.h
notifypool.o: ../../../pikotools/src/utf8/utf8_stream.h
notifythread.o: notifythread.h ../../../winix/winixd/core/basethread.h
notifythread.o: ../../../winix/winixd/core/synchro.h
notifythread.o: ../../../winix/winixd/core/winixmodeldeprecated.h
notifythread.o: templatesnotify.h ../../../ezc/src/ezc.h
notifythread.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h
notifythread.o: ../../../ezc/src/item.h ../../../ezc/src/cache.h
notifythread.o: ../../../ezc/src/functions.h
notifythread.o: ../../../pikotools/src/utf8/utf8.h
notifythread.o: ../../../pikotools/src/textstream/stream.h
notifythread.o: ../../../pikotools/src/utf8/utf8_templates.h
notifythread.o: ../../../pikotools/src/utf8/utf8_private.h
notifythread.o: ../../../ezc/src/funinfo.h ../../../ezc/src/objects.h
notifythread.o: ../../../ezc/src/pattern.h ../../../ezc/src/outstreams.h
notifythread.o: ../../../ezc/src/expressionparser.h ../../../ezc/src/models.h
notifythread.o: ../../../pikotools/src/log/log.h
notifythread.o: ../../../pikotools/src/textstream/textstream.h
notifythread.o: ../../../pikotools/src/textstream/stream.h
notifythread.o: ../../../pikotools/src/space/space.h
notifythread.o: ../../../pikotools/src/date/date.h
notifythread.o: ../../../pikotools/src/convert/inttostr.h
notifythread.o: ../../../pikotools/src/membuffer/membuffer.h
notifythread.o: ../../../pikotools/src/textstream/types.h
notifythread.o: ../../../pikotools/src/log/filelog.h
notifythread.o: ../../../ezc/src/patternparser.h
notifythread.o: ../../../winix/winixd/core/textstream.h
notifythread.o: ../../../pikotools/src/convert/misc.h
notifythread.o: ../../../pikotools/src/convert/text.h
notifythread.o: ../../../pikotools/src/textstream/types.h
notifythread.o: ../../../pikotools/src/utf8/utf8_stream.h notifypool.h
notifythread.o: ../../../winix/winixd/templates/locale.h
notifythread.o: ../../../pikotools/src/space/spaceparser.h
notifythread.o: ../../../pikotools/src/space/space.h
notifythread.o: ../../../pikotools/src/convert/baseparser.h
notifythread.o: ../../../winix/winixd/core/winixbase.h
notifythread.o: ../../../winix/winixd/core/config.h
notifythread.o: ../../../winix/winixd/core/log.h
notifythread.o: ../../../winix/winixd/core/logmanipulators.h
notifythread.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h
notifythread.o: ../../../morm/src/model.h ../../../morm/src/modelconnector.h
notifythread.o: ../../../morm/src/clearer.h ../../../morm/src/dbconnector.h
notifythread.o: ../../../morm/src/queryresult.h ../../../morm/src/ft.h
notifythread.o: ../../../morm/src/flatconnector.h
notifythread.o: ../../../morm/src/dbexpression.h
notifythread.o: ../../../morm/src/baseexpression.h
notifythread.o: ../../../morm/src/modelenv.h ../../../morm/src/modeldata.h
notifythread.o: ../../../morm/src/cursorhelper.h
notifythread.o: ../../../morm/src/finderhelper.h
notifythread.o: ../../../morm/src/fieldvaluehelper.h
notifythread.o: ../../../morm/src/wrapper.h ../../../morm/src/spacewrapper.h
notifythread.o: ../../../morm/src/baseobjectwrapper.h
notifythread.o: ../../../morm/src/modelcontainerwrapper.h
notifythread.o: ../../../pikotools/src/convert/text.h
notifythread.o: ../../../morm/src/flatexpression.h ../../../morm/src/finder.h
notifythread.o: ../../../morm/src/cursor.h ../../../morm/src/jsonexpression.h
notifythread.o: ../../../morm/src/postgresqlexpression.h
notifythread.o: ../../../morm/src/jsonconnector.h
notifythread.o: ../../../morm/src/postgresqlconnector.h
notifythread.o: ../../../morm/src/postgresqlqueryresult.h
notifythread.o: ../../../winix/winixd/core/log.h
notifythread.o: ../../../winix/winixd/core/synchro.h
notifythread.o: ../../../winix/winixd/core/filelog.h
notifythread.o: ../../../winix/winixd/core/lock.h
notifythread.o: ../../../pikotools/src/convert/patternreplacer.h
notifythread.o: ../../../pikotools/src/convert/strtoint.h
notifythread.o: ../../../winix/winixd/core/users.h
notifythread.o: ../../../winix/winixd/models/user.h
notifythread.o: ../../../winix/winixd/templates/misc.h
notifythread.o: ../../../winix/winixd/templates/localefilter.h
notifythread.o: ../../../winix/winixd/templates/locale.h
notifythread.o: ../../../winix/winixd/templates/htmltextstream.h
notifythread.o: ../../../winix/winixd/models/winixmodel.h
notifythread.o: ../../../winix/winixd/models/winixmodelconnector.h
notifythread.o: ../../../winix/winixd/core/ugcontainer.h
notifythread.o: ../../../winix/winixd/core/winixbase.h
notifythread.o: ../../../winix/winixd/core/lastcontainer.h
notifythread.o: ../../../winix/winixd/core/cur.h
notifythread.o: ../../../winix/winixd/core/request.h
notifythread.o: ../../../winix/winixd/core/requesttypes.h
notifythread.o: ../../../winix/winixd/models/item.h
notifythread.o: ../../../winix/winixd/models/itemcontent.h
notifythread.o: ../../../winix/winixd/templates/htmltextstream.h
notifythread.o: ../../../winix/winixd/core/error.h
notifythread.o: ../../../winix/winixd/core/config.h
notifythread.o: ../../../winix/winixd/core/textstream.h
notifythread.o: ../../../winix/winixd/models/winixmodel.h
notifythread.o: ../../../winix/winixd/core/header.h
notifythread.o: ../../../winix/winixd/core/session.h
notifythread.o: ../../../winix/winixd/core/plugindata.h
notifythread.o: ../../../winix/winixd/core/rebus.h
notifythread.o: ../../../winix/winixd/core/ipban.h
notifythread.o: ../../../winix/winixd/core/mount.h
notifythread.o: ../../../winix/winixd/db/db.h
notifythread.o: ../../../winix/winixd/db/dbbase.h
notifythread.o: ../../../winix/winixd/db/dbconn.h
notifythread.o: ../../../winix/winixd/db/dbtextstream.h
notifythread.o: ../../../winix/winixd/core/error.h
notifythread.o: ../../../winix/winixd/models/group.h
notifythread.o: ../../../winix/winixd/core/dircontainer.h
notifythread.o: ../../../winix/winixd/core/ugcontainer.h
notifythread.o: ../../../winix/winixd/templates/patterns.h
templatesnotify.o: templatesnotify.h ../../../ezc/src/ezc.h
templatesnotify.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h
templatesnotify.o: ../../../ezc/src/item.h ../../../ezc/src/cache.h
templatesnotify.o: ../../../ezc/src/functions.h
templatesnotify.o: ../../../pikotools/src/utf8/utf8.h
templatesnotify.o: ../../../pikotools/src/textstream/stream.h
templatesnotify.o: ../../../pikotools/src/utf8/utf8_templates.h
templatesnotify.o: ../../../pikotools/src/utf8/utf8_private.h
templatesnotify.o: ../../../ezc/src/funinfo.h ../../../ezc/src/objects.h
templatesnotify.o: ../../../ezc/src/pattern.h ../../../ezc/src/outstreams.h
templatesnotify.o: ../../../ezc/src/expressionparser.h
templatesnotify.o: ../../../ezc/src/models.h ../../../pikotools/src/log/log.h
templatesnotify.o: ../../../pikotools/src/textstream/textstream.h
templatesnotify.o: ../../../pikotools/src/textstream/stream.h
templatesnotify.o: ../../../pikotools/src/space/space.h
templatesnotify.o: ../../../pikotools/src/date/date.h
templatesnotify.o: ../../../pikotools/src/convert/inttostr.h
templatesnotify.o: ../../../pikotools/src/membuffer/membuffer.h
templatesnotify.o: ../../../pikotools/src/textstream/types.h
templatesnotify.o: ../../../pikotools/src/log/filelog.h
templatesnotify.o: ../../../ezc/src/patternparser.h
templatesnotify.o: ../../../winix/winixd/core/textstream.h
templatesnotify.o: ../../../pikotools/src/convert/misc.h
templatesnotify.o: ../../../pikotools/src/convert/text.h
templatesnotify.o: ../../../pikotools/src/textstream/types.h
templatesnotify.o: ../../../pikotools/src/utf8/utf8_stream.h notifypool.h
templatesnotify.o: ../../../winix/winixd/templates/locale.h
templatesnotify.o: ../../../pikotools/src/space/spaceparser.h
templatesnotify.o: ../../../pikotools/src/space/space.h
templatesnotify.o: ../../../pikotools/src/convert/baseparser.h
templatesnotify.o: ../../../winix/winixd/core/winixbase.h
templatesnotify.o: ../../../winix/winixd/core/config.h
templatesnotify.o: ../../../winix/winixd/core/log.h
templatesnotify.o: ../../../winix/winixd/core/logmanipulators.h
templatesnotify.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h
templatesnotify.o: ../../../morm/src/model.h
templatesnotify.o: ../../../morm/src/modelconnector.h
templatesnotify.o: ../../../morm/src/clearer.h
templatesnotify.o: ../../../morm/src/dbconnector.h
templatesnotify.o: ../../../morm/src/queryresult.h ../../../morm/src/ft.h
templatesnotify.o: ../../../morm/src/flatconnector.h
templatesnotify.o: ../../../morm/src/dbexpression.h
templatesnotify.o: ../../../morm/src/baseexpression.h
templatesnotify.o: ../../../morm/src/modelenv.h ../../../morm/src/modeldata.h
templatesnotify.o: ../../../morm/src/cursorhelper.h
templatesnotify.o: ../../../morm/src/finderhelper.h
templatesnotify.o: ../../../morm/src/fieldvaluehelper.h
templatesnotify.o: ../../../morm/src/wrapper.h
templatesnotify.o: ../../../morm/src/spacewrapper.h
templatesnotify.o: ../../../morm/src/baseobjectwrapper.h
templatesnotify.o: ../../../morm/src/modelcontainerwrapper.h
templatesnotify.o: ../../../pikotools/src/convert/text.h
templatesnotify.o: ../../../morm/src/flatexpression.h
templatesnotify.o: ../../../morm/src/finder.h ../../../morm/src/cursor.h
templatesnotify.o: ../../../morm/src/jsonexpression.h
templatesnotify.o: ../../../morm/src/postgresqlexpression.h
templatesnotify.o: ../../../morm/src/jsonconnector.h
templatesnotify.o: ../../../morm/src/postgresqlconnector.h
templatesnotify.o: ../../../morm/src/postgresqlqueryresult.h
templatesnotify.o: ../../../winix/winixd/core/log.h
templatesnotify.o: ../../../winix/winixd/core/synchro.h
templatesnotify.o: ../../../winix/winixd/core/filelog.h
templatesnotify.o: ../../../winix/winixd/core/lock.h
templatesnotify.o: ../../../winix/winixd/core/synchro.h
templatesnotify.o: ../../../pikotools/src/convert/patternreplacer.h
templatesnotify.o: ../../../pikotools/src/convert/strtoint.h
templatesnotify.o: ../../../winix/winixd/core/misc.h
templatesnotify.o: ../../../winix/winixd/core/requesttypes.h
templatesnotify.o: ../../../winix/winixd/core/winix_const.h
templatesnotify.o: ../../../pikotools/src/convert/convert.h
templatesnotify.o: ../../../pikotools/src/convert/inttostr.h
templatesnotify.o: ../../../pikotools/src/convert/patternreplacer.h
templatesnotify.o: ../../../pikotools/src/convert/double.h