OSF DCE Application Development Guide--Introduction and Style Guide

A Sample Application
start
code no_permissions
sub-component smp_s_manager
attributes "svc_c_sev_notice"
text "No permissions"
explanation "Client does not have permissions for operation"
action "None required."
end
start
code object_not_found
sub-component smp_s_manager
attributes "svc_c_sev_error"
text "Object not found"
explanation "object was not found in UUID-indexed database"
action "None required."
end
start
code manager_error
sub-component smp_s_manager
attributes "svc_c_sev_fatal"
text "%s: %s"
explanation "general error message"
action "?"
end
start
code binder_error
sub-component smp_s_binder
attributes "svc_c_sev_fatal"
text "%s: %s"
explanation "general error message"
action "?"
end
##############################################################################
# Part IIIa
# Messages for serviceability table
#
# Note that there has to be one of these for each of
# the sub-components declared in the second part of
# the file (above)...
124246 Tandem Computers Incorporated A101