Files
EWF/tools/estudio_wizard/rootdir/resources/src/${APP_ROOT}.e

35 lines
702 B
Plaintext

note
description: "[
application service
]"
date: "$Date$"
revision: "$Revision$"
class
{if isset="$APP_ROOT"}{$APP_ROOT/}{/if}
{unless isset="$APP_ROOT"}APPLICATION{/unless}
inherit
WSF_LAUNCHABLE_SERVICE
redefine
initialize
end
{if isset="$APP_ROOT"}APPLICATION_LAUNCHER [{$APP_ROOT/}_EXECUTION]{/if}
{unless isset="$APP_ROOT"}APPLICATION_LAUNCHER [APPLICATION_EXECUTION]{/unless}
{literal}create
make_and_launch
feature {NONE} -- Initialization
{/literal}
initialize
-- Initialize current service.
do
Precursor
set_service_option ("port", {$WIZ.standalone_connector.port/})
set_service_option ("verbose", "{$WIZ.standalone_connector.verbose/}")
end
end