#! /usr/bin/ksh
#
#pragma	ident	"@(#)rac_framework_monitor_stop.ksh	1.3	03/01/10 SMI"
#
# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
############################################################
#
# SUNW.rac_framework Monitor_Stop method
#
#	This method return 0
#
#
############################################################

exit 0

