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

 1 mike  1.1.2.1 class Hello
 2               {
 3                   [Key] Uint32 Key;
 4               };
 5               
 6               class Goodbye
 7               {
 8                   [Key] Uint32 Key;
 9               };
10 mike  1.1.2.2 
11               class Junk
12               {
13                   [Key] Uint32 Key;
14               };
15 mike  1.1.2.3 
16               class Employee
17               {
18                   [Key] uint32 Id;
19                   string First;
20                   string Last;
21                   [Values{"Male", "Female"}, ValueMap{"1", "2"}]
22                   uint32 Gender;
23                   boolean Active = true;
24                   boolean OutOfOffice;
25               
26                   uint32 SetOutOfOfficeState(
27                       [In]
28                       boolean OutOfOfficeState,
29                       [In(false), Out]
30                       boolean PreviousOutOfOfficeState);
31               
32                   [Static] uint32 GetEmployeeCount();
33               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2