#! /bin/ksh
#
#	Copyright 08/08/96 Sun Microsystems, Inc.  All Rights Reserved.
#
#pragma ident "@(#)nshttp_svc_abort_net.shi	1.1 97/06/12 SMI"
#
#ident "@(#)nshttp_svc_abort_net.shi		1.2	96/08/08 SMI"
#
# Place-holder for the fact that this "method" has no work to do.
# The HADF framework requires this script to exist, though, as
# an indication that the Data Service implementor intends for the
# method to be a no-op.

exit 0
