123456789101112 |
- -ifndef(NITRO_CX).
- -define(NITRO_CX, true).
- %-record(cx, { handlers=[], actions=[], req=[], module=[], lang=[], path=[],
- % session=[], token=[], formatter=bert, params=[], 'node'=[],
- % client_pid=[], state=[], from=[], vsn = [] }).
- % cx from n2z
- -record(cx, { handlers, actions, req, module, lang, path, session, formatter=false, params, form, state=[] }).
- -endif.
|