#! /usr/bin/ksh
#
# Function reportSuccess: report success to stdout
#
# Author: Tim Unser

echo "reportSuccess: " $*
#
#    Version      Date     Time    Owner   Comment
# ------------- -------- -------- -------- ----------------------------
# V1.2          07/27/94 13:49:40 hlava    Change to use report scripts for output
