~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// indication classes for mofc
//
//

// ===================================================================
// 	dummy classes to get event classes loaded by mofc
// ===================================================================

class DMY_ProcessIndication : CIM_ProcessIndication
{
};

class DMY_InstCreation : CIM_InstCreation
{
};

class DMY_InstModification : CIM_InstModification
{
};