8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Version ( "3.0.0" ),
|
|
Description ( "Represents an event subscriber in AMT" )]
|
|
class AMT_EventSubscriber : CIM_RemotePort {
|
|
|
|
|
|
};
|