(file) Return to user.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / vxworks / cimserver

File: [Pegasus] / pegasus / vxworks / cimserver / Attic / user.mof (download)
Revision: 1.1.2.3, Sat Dec 1 18:19:16 2007 UTC (16 years, 7 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-branch-beta2
Changes since 1.1.2.2: +19 -0 lines
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

class Hello
{
    [Key] Uint32 Key;
};

class Goodbye
{
    [Key] Uint32 Key;
};

class Junk
{
    [Key] Uint32 Key;
};

class Employee
{
    [Key] uint32 Id;
    string First;
    string Last;
    [Values{"Male", "Female"}, ValueMap{"1", "2"}]
    uint32 Gender;
    boolean Active = true;
    boolean OutOfOffice;

    uint32 SetOutOfOfficeState(
        [In]
        boolean OutOfOfficeState,
        [In(false), Out]
        boolean PreviousOutOfOfficeState);

    [Static] uint32 GetEmployeeCount();
};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2