/************************************************************************ * * * INTEL CORPORATION PROPRIETARY INFORMATION * * This software is supplied under the terms of a license agreement or * * nondisclosure agreement with Intel Corporation and may not be copied * * or disclosed except in accordance with the terms of that agreement. * * Copyright (c) 2008 Intel Corporation. All Rights Reserved. * * * ************************************************************************/ /***********************************************************************\ * * NAME: DIVlan.mof * * DESCRIPTION: MOF file to delete IANet VLAN classes from the repository. * * NOTE: This file does not delete provider registration classes. * Registration classes are deleted during provider unregistration. * \***********************************************************************/ #pragma namespace ("\\\\.\\Root") instance of __Namespace { Name = "IntelNCS2"; }; #pragma namespace ("\\\\.\\Root\\IntelNCS2") #pragma deleteclass("IANet_VLAN" ,FAIL) #pragma deleteclass("IANet_802dot1QVLANService" ,FAIL) #pragma deleteclass("IANet_Device802dot1QVLANServiceImplementation", FAIL) #pragma deleteclass("IANet_VLANFor", FAIL) #pragma deleteclass("IANet_VLANSettingInt", FAIL) #pragma deleteclass("IANet_VLANSettingEnum", FAIL) #pragma deleteclass("IANet_VLANSettingSlider", FAIL) #pragma deleteclass("IANet_VLANSettingMultiSelection", FAIL) #pragma deleteclass("IANet_VLANSettingString", FAIL) #pragma deleteclass("IANet_VLANToVLANSettingAssoc", FAIL) #pragma deleteclass("IANet_VLANSetting", FAIL)