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

« back to all changes in this revision

Viewing changes to mof.generation/OpenDRIM_AccountIdentity.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
class OpenDRIM_AccountIdentity : OpenDRIM_Identity {
 
2
 
 
3
        // Properties and methods inherited from CIM_AccountIdentity
 
4
 
 
5
        [Key]
 
6
        string InstanceID;
 
7
        
 
8
        string ElementName;
 
9
 
 
10
};