# # Copyright (c) 2001-2011 NetApp, Inc., All Rights Reserved # Any use, modification, or distribution is prohibited # without prior written consent from NetApp, Inc. # ## @summary WaflironMember ComponentState Module ## @author dl-nacl-dev@netapp.com ## @status shared ## @pod here =head1 NAME NACL::CS::WaflironMember =head1 DESCRIPTION This component is an alias of L. The implementation and documentation of provided functionality is present in L. (If a component 'aliascomp' is said to be an alias of component 'comp', then the same functionality that is present in component 'comp' is also provided by component 'aliascomp'.) =cut package NACL::CS::WaflironMember; use base 'NACL::CS::StorageAggregateWaflironMember'; sub _real_cs { 'NACL::CS::StorageAggregateWaflironMember' } 1;