~ubuntu-branches/ubuntu/quantal/opendrim-lmp-simpleidentitymanagement/quantal

« back to all changes in this revision

Viewing changes to mof.generation/OpenDRIM_AccountManagementServiceConformsToProfile.mof

  • Committer: Bazaar Package Importer
  • Author(s): Guillaume BOTTEX
  • Date: 2010-06-21 15:54:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100621155400-myesv5hd2f3s8x9y
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Association]
 
2
class OpenDRIM_AccountManagementServiceConformsToProfile : CIM_ElementConformsToProfile {
 
3
 
 
4
        // Properties and methods inherited from CIM_ElementConformsToProfile
 
5
 
 
6
        [Key]
 
7
        CIM_RegisteredProfile REF ConformantStandard;
 
8
        
 
9
        [Key]
 
10
        CIM_ManagedElement REF ManagedElement;
 
11
 
 
12
};