OSF DCE Application Development Guide--Introduction and Style Guide
OSF DCE Application Development Guide—Introduction and Style Guide
table smp__table
technology dce
####################################################################
# Part II
serviceability table smp_svc_table handle smp_svc_handle
start
subcomponent smp_s_server "server" smp_i_svc_server
subcomponent smp_s_manager "manager" smp_i_svc_manager
subcomponent smp_s_binder "binder" smp_i_svc_binder
end
####################################################################
# Part III
# Note that defining the "sub-component" and "attributes" fields
# will result in a convenience macro’s being generated for the
# message in question...
start
code sign_on
subcomponent smp_s_server
attributes "svc_c_sev_notice"
text "Starting up"
explanation ""
action "None required."
end
start
code cleanup
subcomponent smp_s_server
attributes "svc_c_sev_notice"
text "Cleaning up"
explanation "Starting server cleanup"
action "None required."
end
start
code server_exit
subcomponent smp_s_server
attributes "svc_c_sev_notice"
text "Exiting"
explanation ""
action "None required."
end
start
code signal_catcher
subcomponent smp_s_server
attributes "svc_c_sev_notice"
text "Spawning signal handler thread"
explanation ""
action "None required."
end
start
7 − 6 Tandem Computers Incorporated 124246