#pragma autorecover

#pragma namespace ("\\\\.\\root\\ABG1V2\\DV_Notification")


// Add language neutral classes
// ============================


[Version ("1.00"),LOCALE(0x409)] 
class CABG_ServiceMonitoring_Indicator : CABG_NotificationIndicator
{
	uint32 DeviceGroupId = 61;
};

// Add US namespace language dependent classes
// ===========================================

#pragma namespace ("\\\\.\\root\\ABG1V2\\DV_Notification")

instance of __namespace
{ 
	name="ms_409";
};
#pragma namespace("\\\\.\\Root\\ABG1V2\\DV_Notification\\ms_409")


[Description("Contains statistical information about occured Service Monitoring notifications.") : Amended ToSubclass,AMENDMENT, LOCALE(0x409)] 
class CABG_ServiceMonitoring_Indicator : CABG_NotificationIndicator
{
};

