You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(26) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(5) |
Feb
(16) |
Mar
(5) |
Apr
(5) |
May
(13) |
Jun
(12) |
Jul
(1) |
Aug
(2) |
Sep
(13) |
Oct
(6) |
Nov
(1) |
Dec
(29) |
| 2008 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(57) |
May
(35) |
Jun
(45) |
Jul
(132) |
Aug
(87) |
Sep
(141) |
Oct
(86) |
Nov
(17) |
Dec
(2) |
| 2009 |
Jan
(3) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2010 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
|
5
|
6
|
7
|
8
|
9
(1) |
10
|
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
(1) |
28
(2) |
29
|
30
(1) |
31
|
|
From: <ba...@us...> - 2007-03-30 16:28:56
|
Revision: 450
http://svn.sourceforge.net/omc/?rev=450&view=rev
Author: bartw
Date: 2007-03-30 09:28:56 -0700 (Fri, 30 Mar 2007)
Log Message:
-----------
bug fix
Modified Paths:
--------------
tools/trunk/yawn/yawn.py
Modified: tools/trunk/yawn/yawn.py
===================================================================
--- tools/trunk/yawn/yawn.py 2007-03-28 00:31:08 UTC (rev 449)
+++ tools/trunk/yawn/yawn.py 2007-03-30 16:28:56 UTC (rev 450)
@@ -466,7 +466,7 @@
class_urlargs['ns'] = ns
class_urlargs['url'] = url
class_urlargs["className"] = instName.classname
- ht = _printHead('Filtered ReferenceNames Dialog... (Coming...)', urlargs=urlargs)
+ ht = _printHead('Filtered ReferenceNames Dialog... (Coming...)', urlargs=class_urlargs)
ht+= '<h1>Filtered References on Class '+_makeHref(req, 'GetClass', class_urlargs, instName.classname)+'</h1>'
req.write(ht)
_printInstanceNames(req, class_urlargs, [instName])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ba...@us...> - 2007-03-28 00:31:07
|
Revision: 449
http://svn.sourceforge.net/omc/?rev=449&view=rev
Author: bartw
Date: 2007-03-27 17:31:08 -0700 (Tue, 27 Mar 2007)
Log Message:
-----------
fixed the build
Modified Paths:
--------------
cmpibase/trunk/configure.ac
cmpibase/trunk/src/providers/computer-system/Makefile.am
Modified: cmpibase/trunk/configure.ac
===================================================================
--- cmpibase/trunk/configure.ac 2007-03-28 00:30:21 UTC (rev 448)
+++ cmpibase/trunk/configure.ac 2007-03-28 00:31:08 UTC (rev 449)
@@ -191,10 +191,6 @@
AC_CONFIG_FILES([Makefile
src/Makefile
- src/lib/Makefile
- src/lib/omc/Makefile
- src/include/Makefile
- src/include/omc/Makefile
src/providers/Makefile
src/providers/processes/Makefile
src/providers/computer-system/Makefile
Modified: cmpibase/trunk/src/providers/computer-system/Makefile.am
===================================================================
--- cmpibase/trunk/src/providers/computer-system/Makefile.am 2007-03-28 00:30:21 UTC (rev 448)
+++ cmpibase/trunk/src/providers/computer-system/Makefile.am 2007-03-28 00:31:08 UTC (rev 449)
@@ -15,13 +15,12 @@
-version-info 1
-libomccmpi_hostnamesettingdata_la_LIBADD = \
- $(top_builddir)/src/lib/omc/libomc_cmpi.la
libomccmpi_hostnamesettingdata_la_SOURCES = \
hostNameSettingData.c
libomccmpi_hostnamesettingdata_la_LDFLAGS = \
+ -lomc_cmpi \
-lpthread \
-version-info 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ba...@us...> - 2007-03-28 00:30:21
|
Revision: 448
http://svn.sourceforge.net/omc/?rev=448&view=rev
Author: bartw
Date: 2007-03-27 17:30:21 -0700 (Tue, 27 Mar 2007)
Log Message:
-----------
regenerated code with newer cimple
Modified Paths:
--------------
cmpibase/trunk/src/providers/logical-file/schema/CIM_Component.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_DirectoryContainsFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_FileIdentity.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalIdentity.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedElement.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDirectory.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDirectory.h
cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_DataFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_DataFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_DirectoryContainsFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_FIFOPipeFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_FIFOPipeFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_FileIdentity.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxDataFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxDataFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxDeviceFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxDeviceFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxDirectory.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxDirectory.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxDirectoryContainsFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxFIFOPipeFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxFIFOPipeFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxFileIdentity.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxSymbolicLink.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_LinuxSymbolicLink.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_SymbolicLink.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_SymbolicLink.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_UnixDeviceFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_UnixDeviceFile.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_UnixDirectory.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_UnixDirectory.h
cmpibase/trunk/src/providers/logical-file/schema/OMC_UnixFile.cpp
cmpibase/trunk/src/providers/logical-file/schema/OMC_UnixFile.h
cmpibase/trunk/src/providers/logical-file/schema/repository.cpp
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_Component.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_Component.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_Component.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Reference
_CIM_Component_GroupComponent;
@@ -27,6 +27,7 @@
"GroupComponent",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_ManagedElement::static_meta_class,
CIMPLE_OFF(CIM_Component,GroupComponent)
};
@@ -42,14 +43,15 @@
"PartComponent",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_ManagedElement::static_meta_class,
CIMPLE_OFF(CIM_Component,PartComponent)
};
static Meta_Feature* _CIM_Component_MFA[] =
{
- (Meta_Feature*)&_CIM_Component_GroupComponent,
- (Meta_Feature*)&_CIM_Component_PartComponent,
+ (Meta_Feature*)(void*)&_CIM_Component_GroupComponent,
+ (Meta_Feature*)(void*)&_CIM_Component_PartComponent,
};
static const Meta_Feature_Local _locals[] =
@@ -72,8 +74,9 @@
0, /* super_class */
2, /* num_keys */
0xD1D41B62, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -90,30 +90,30 @@
static Meta_Feature* _CIM_DataFile_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FileSize,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastModified,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastAccessed,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Readable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Writeable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Executable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CompressionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_EncryptionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_InUseCount,
};
static const Meta_Feature_Local _locals[] =
@@ -158,8 +158,9 @@
&CIM_LogicalFile::static_meta_class,
6, /* num_keys */
0xCE1F7591, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_DataFile.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,18 +71,17 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
// CIM_LogicalElement features:
// CIM_LogicalFile features:
- Property<String> CSCreationClassName;
- Property<String> CSName;
- Property<String> FSCreationClassName;
- Property<String> FSName;
- Property<String> CreationClassName;
+ Property<String> CSCreationClassName; // KEY
+ Property<String> CSName; // KEY
+ Property<String> FSCreationClassName; // KEY
+ Property<String> FSName; // KEY
+ Property<String> CreationClassName; // KEY
Property<uint64> FileSize;
Property<Datetime> CreationDate;
Property<Datetime> LastModified;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -90,30 +90,30 @@
static Meta_Feature* _CIM_DeviceFile_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FileSize,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastModified,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastAccessed,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Readable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Writeable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Executable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CompressionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_EncryptionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_InUseCount,
};
static const Meta_Feature_Local _locals[] =
@@ -158,8 +158,9 @@
&CIM_LogicalFile::static_meta_class,
6, /* num_keys */
0xB3825686, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_DeviceFile.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,18 +71,17 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
// CIM_LogicalElement features:
// CIM_LogicalFile features:
- Property<String> CSCreationClassName;
- Property<String> CSName;
- Property<String> FSCreationClassName;
- Property<String> FSName;
- Property<String> CreationClassName;
+ Property<String> CSCreationClassName; // KEY
+ Property<String> CSName; // KEY
+ Property<String> FSCreationClassName; // KEY
+ Property<String> FSName; // KEY
+ Property<String> CreationClassName; // KEY
Property<uint64> FileSize;
Property<Datetime> CreationDate;
Property<Datetime> LastModified;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -90,30 +90,30 @@
static Meta_Feature* _CIM_Directory_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FileSize,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastModified,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastAccessed,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Readable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Writeable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Executable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CompressionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_EncryptionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_InUseCount,
};
static const Meta_Feature_Local _locals[] =
@@ -158,8 +158,9 @@
&CIM_LogicalFile::static_meta_class,
6, /* num_keys */
0x771AB4F7, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_Directory.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,18 +71,17 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
// CIM_LogicalElement features:
// CIM_LogicalFile features:
- Property<String> CSCreationClassName;
- Property<String> CSName;
- Property<String> FSCreationClassName;
- Property<String> FSName;
- Property<String> CreationClassName;
+ Property<String> CSCreationClassName; // KEY
+ Property<String> CSName; // KEY
+ Property<String> FSCreationClassName; // KEY
+ Property<String> FSName; // KEY
+ Property<String> CreationClassName; // KEY
Property<uint64> FileSize;
Property<Datetime> CreationDate;
Property<Datetime> LastModified;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_DirectoryContainsFile.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_DirectoryContainsFile.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_DirectoryContainsFile.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Reference
_CIM_DirectoryContainsFile_GroupComponent;
@@ -27,6 +27,7 @@
"GroupComponent",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_Directory::static_meta_class,
CIMPLE_OFF(CIM_DirectoryContainsFile,GroupComponent)
};
@@ -42,14 +43,15 @@
"PartComponent",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_LogicalFile::static_meta_class,
CIMPLE_OFF(CIM_DirectoryContainsFile,PartComponent)
};
static Meta_Feature* _CIM_DirectoryContainsFile_MFA[] =
{
- (Meta_Feature*)&_CIM_DirectoryContainsFile_GroupComponent,
- (Meta_Feature*)&_CIM_DirectoryContainsFile_PartComponent,
+ (Meta_Feature*)(void*)&_CIM_DirectoryContainsFile_GroupComponent,
+ (Meta_Feature*)(void*)&_CIM_DirectoryContainsFile_PartComponent,
};
static const Meta_Feature_Local _locals[] =
@@ -72,8 +74,9 @@
&CIM_Component::static_meta_class,
2, /* num_keys */
0xB7798F04, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -90,30 +90,30 @@
static Meta_Feature* _CIM_FIFOPipeFile_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FileSize,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastModified,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastAccessed,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Readable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Writeable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Executable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CompressionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_EncryptionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_InUseCount,
};
static const Meta_Feature_Local _locals[] =
@@ -158,8 +158,9 @@
&CIM_LogicalFile::static_meta_class,
6, /* num_keys */
0x3E090D33, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_FIFOPipeFile.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,18 +71,17 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
// CIM_LogicalElement features:
// CIM_LogicalFile features:
- Property<String> CSCreationClassName;
- Property<String> CSName;
- Property<String> FSCreationClassName;
- Property<String> FSName;
- Property<String> CreationClassName;
+ Property<String> CSCreationClassName; // KEY
+ Property<String> CSName; // KEY
+ Property<String> FSCreationClassName; // KEY
+ Property<String> FSName; // KEY
+ Property<String> CreationClassName; // KEY
Property<uint64> FileSize;
Property<Datetime> CreationDate;
Property<Datetime> LastModified;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_FileIdentity.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_FileIdentity.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_FileIdentity.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Reference
_CIM_FileIdentity_SystemElement;
@@ -27,6 +27,7 @@
"SystemElement",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_LogicalFile::static_meta_class,
CIMPLE_OFF(CIM_FileIdentity,SystemElement)
};
@@ -42,14 +43,15 @@
"SameElement",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_UnixFile::static_meta_class,
CIMPLE_OFF(CIM_FileIdentity,SameElement)
};
static Meta_Feature* _CIM_FileIdentity_MFA[] =
{
- (Meta_Feature*)&_CIM_FileIdentity_SystemElement,
- (Meta_Feature*)&_CIM_FileIdentity_SameElement,
+ (Meta_Feature*)(void*)&_CIM_FileIdentity_SystemElement,
+ (Meta_Feature*)(void*)&_CIM_FileIdentity_SameElement,
};
static const Meta_Feature_Local _locals[] =
@@ -72,8 +74,9 @@
&CIM_LogicalIdentity::static_meta_class,
2, /* num_keys */
0xFFB6B12C, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -45,15 +45,15 @@
static Meta_Feature* _CIM_LogicalElement_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
};
static const Meta_Feature_Local _locals[] =
@@ -83,8 +83,9 @@
&CIM_ManagedSystemElement::static_meta_class,
0, /* num_keys */
0x65D846FD, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalElement.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,7 +71,6 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -314,30 +314,30 @@
static Meta_Feature* _CIM_LogicalFile_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FileSize,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastModified,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastAccessed,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Readable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Writeable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Executable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CompressionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_EncryptionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_InUseCount,
};
static const Meta_Feature_Local _locals[] =
@@ -382,8 +382,9 @@
&CIM_LogicalElement::static_meta_class,
6, /* num_keys */
0x2D6A6CBB, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalFile.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,18 +71,17 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
// CIM_LogicalElement features:
// CIM_LogicalFile features:
- Property<String> CSCreationClassName;
- Property<String> CSName;
- Property<String> FSCreationClassName;
- Property<String> FSName;
- Property<String> CreationClassName;
+ Property<String> CSCreationClassName; // KEY
+ Property<String> CSName; // KEY
+ Property<String> FSCreationClassName; // KEY
+ Property<String> FSName; // KEY
+ Property<String> CreationClassName; // KEY
Property<uint64> FileSize;
Property<Datetime> CreationDate;
Property<Datetime> LastModified;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalIdentity.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalIdentity.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_LogicalIdentity.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Reference
_CIM_LogicalIdentity_SystemElement;
@@ -27,6 +27,7 @@
"SystemElement",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_ManagedElement::static_meta_class,
CIMPLE_OFF(CIM_LogicalIdentity,SystemElement)
};
@@ -42,14 +43,15 @@
"SameElement",
0, /* meta_qualifiers */
0, /* num_meta_qaulifiers */
+ 0, /* subscript */
&CIM_ManagedElement::static_meta_class,
CIMPLE_OFF(CIM_LogicalIdentity,SameElement)
};
static Meta_Feature* _CIM_LogicalIdentity_MFA[] =
{
- (Meta_Feature*)&_CIM_LogicalIdentity_SystemElement,
- (Meta_Feature*)&_CIM_LogicalIdentity_SameElement,
+ (Meta_Feature*)(void*)&_CIM_LogicalIdentity_SystemElement,
+ (Meta_Feature*)(void*)&_CIM_LogicalIdentity_SameElement,
};
static const Meta_Feature_Local _locals[] =
@@ -72,8 +74,9 @@
0, /* super_class */
2, /* num_keys */
0x73E9D550, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedElement.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedElement.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedElement.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -69,9 +69,9 @@
static Meta_Feature* _CIM_ManagedElement_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
};
static const Meta_Feature_Local _locals[] =
@@ -95,8 +95,9 @@
0, /* super_class */
0, /* num_keys */
0x5B2A3886, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -129,15 +129,15 @@
static Meta_Feature* _CIM_ManagedSystemElement_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
};
static const Meta_Feature_Local _locals[] =
@@ -167,8 +167,9 @@
&CIM_ManagedElement::static_meta_class,
0, /* num_keys */
0x0DD66B62, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_ManagedSystemElement.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,7 +71,6 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -107,31 +107,31 @@
static Meta_Feature* _CIM_SymbolicLink_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
- (Meta_Feature*)&_CIM_SymbolicLink_TargetFile,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FileSize,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastModified,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastAccessed,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Readable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Writeable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Executable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CompressionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_EncryptionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_InUseCount,
+ (Meta_Feature*)(void*)&_CIM_SymbolicLink_TargetFile,
};
static const Meta_Feature_Local _locals[] =
@@ -177,8 +177,9 @@
&CIM_LogicalFile::static_meta_class,
6, /* num_keys */
0x6A3588EC, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_SymbolicLink.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,18 +71,17 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
// CIM_LogicalElement features:
// CIM_LogicalFile features:
- Property<String> CSCreationClassName;
- Property<String> CSName;
- Property<String> FSCreationClassName;
- Property<String> FSName;
- Property<String> CreationClassName;
+ Property<String> CSCreationClassName; // KEY
+ Property<String> CSName; // KEY
+ Property<String> FSCreationClassName; // KEY
+ Property<String> FSName; // KEY
+ Property<String> CreationClassName; // KEY
Property<uint64> FileSize;
Property<Datetime> CreationDate;
Property<Datetime> LastModified;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -192,36 +192,36 @@
static Meta_Feature* _CIM_UnixDeviceFile_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
- (Meta_Feature*)&_CIM_UnixDeviceFile_DeviceFileType,
- (Meta_Feature*)&_CIM_UnixDeviceFile_OtherTypeDescription,
- (Meta_Feature*)&_CIM_UnixDeviceFile_DeviceId,
- (Meta_Feature*)&_CIM_UnixDeviceFile_DeviceDescription,
- (Meta_Feature*)&_CIM_UnixDeviceFile_DeviceMajor,
- (Meta_Feature*)&_CIM_UnixDeviceFile_DeviceMinor,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_InstallDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Name,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_OperationalStatus,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_StatusDescriptions,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_Status,
+ (Meta_Feature*)(void*)&_CIM_ManagedSystemElement_HealthState,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSCreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FSName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationClassName,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_FileSize,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CreationDate,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastModified,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_LastAccessed,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Readable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Writeable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_Executable,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_CompressionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_EncryptionMethod,
+ (Meta_Feature*)(void*)&_CIM_LogicalFile_InUseCount,
+ (Meta_Feature*)(void*)&_CIM_UnixDeviceFile_DeviceFileType,
+ (Meta_Feature*)(void*)&_CIM_UnixDeviceFile_OtherTypeDescription,
+ (Meta_Feature*)(void*)&_CIM_UnixDeviceFile_DeviceId,
+ (Meta_Feature*)(void*)&_CIM_UnixDeviceFile_DeviceDescription,
+ (Meta_Feature*)(void*)&_CIM_UnixDeviceFile_DeviceMajor,
+ (Meta_Feature*)(void*)&_CIM_UnixDeviceFile_DeviceMinor,
};
static const Meta_Feature_Local _locals[] =
@@ -272,8 +272,9 @@
&CIM_DeviceFile::static_meta_class,
6, /* num_keys */
0xD5640978, /* crc */
- &__meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB,
+ &__meta_repository_05D9AAA275241F50AA3C54D0749DD74C,
};
CIMPLE_NAMESPACE_END
+CIMPLE_ID("$Header$");
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.h
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.h 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDeviceFile.h 2007-03-28 00:30:21 UTC (rev 448)
@@ -24,7 +24,7 @@
// CIM_ManagedSystemElement features:
Property<Datetime> InstallDate;
Property<String> Name;
- struct
+ struct _OperationalStatus
{
enum
{
@@ -50,14 +50,13 @@
enum_DMTF_Reserved = 0,
enum_Vendor_Reserved = 0,
};
- uint16 value;
+ Array_uint16 value;
uint8 null;
- char padding[40];
}
OperationalStatus;
Property<Array_String> StatusDescriptions;
Property<String> Status;
- struct
+ struct _HealthState
{
enum
{
@@ -72,18 +71,17 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
HealthState;
// CIM_LogicalElement features:
// CIM_LogicalFile features:
- Property<String> CSCreationClassName;
- Property<String> CSName;
- Property<String> FSCreationClassName;
- Property<String> FSName;
- Property<String> CreationClassName;
+ Property<String> CSCreationClassName; // KEY
+ Property<String> CSName; // KEY
+ Property<String> FSCreationClassName; // KEY
+ Property<String> FSName; // KEY
+ Property<String> CreationClassName; // KEY
Property<uint64> FileSize;
Property<Datetime> CreationDate;
Property<Datetime> LastModified;
@@ -98,7 +96,7 @@
// CIM_DeviceFile features:
// CIM_UnixDeviceFile features:
- struct
+ struct _DeviceFileType
{
enum
{
@@ -109,7 +107,6 @@
};
uint16 value;
uint8 null;
- char padding[40];
}
DeviceFileType;
Property<String> OtherTypeDescription;
Modified: cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDirectory.cpp
===================================================================
--- cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDirectory.cpp 2007-03-27 23:16:48 UTC (rev 447)
+++ cmpibase/trunk/src/providers/logical-file/schema/CIM_UnixDirectory.cpp 2007-03-28 00:30:21 UTC (rev 448)
@@ -14,7 +14,7 @@
using namespace cimple;
-extern const Meta_Repository __meta_repository_ED0B972F51471FD5A6B6EFAAB4B85BDB;
+extern const Meta_Repository __meta_repository_05D9AAA275241F50AA3C54D0749DD74C;
extern const Meta_Property
_CIM_ManagedElement_Caption;
@@ -107,31 +107,31 @@
static Meta_Feature* _CIM_UnixDirectory_MFA[] =
{
- (Meta_Feature*)&_CIM_ManagedElement_Caption,
- (Meta_Feature*)&_CIM_ManagedElement_Description,
- (Meta_Feature*)&_CIM_ManagedElement_ElementName,
- (Meta_Feature*)&_CIM_ManagedSystemElement_InstallDate,
- (Meta_Feature*)&_CIM_LogicalFile_Name,
- (Meta_Feature*)&_CIM_ManagedSystemElement_OperationalStatus,
- (Meta_Feature*)&_CIM_ManagedSystemElement_StatusDescriptions,
- (Meta_Feature*)&_CIM_ManagedSystemElement_Status,
- (Meta_Feature*)&_CIM_ManagedSystemElement_HealthState,
- (Meta_Feature*)&_CIM_LogicalFile_CSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_CSName,
- (Meta_Feature*)&_CIM_LogicalFile_FSCreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FSName,
- (Meta_Feature*)&_CIM_LogicalFile_CreationClassName,
- (Meta_Feature*)&_CIM_LogicalFile_FileSize,
- (Meta_Feature*)&_CIM_LogicalFile_CreationDate,
- (Meta_Feature*)&_CIM_LogicalFile_LastModified,
- (Meta_Feature*)&_CIM_LogicalFile_LastAccessed,
- (Meta_Feature*)&_CIM_LogicalFile_Readable,
- (Meta_Feature*)&_CIM_LogicalFile_Writeable,
- (Meta_Feature*)&_CIM_LogicalFile_Executable,
- (Meta_Feature*)&_CIM_LogicalFile_CompressionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_EncryptionMethod,
- (Meta_Feature*)&_CIM_LogicalFile_InUseCount,
- (Meta_Feature*)&_CIM_UnixDirectory_FileSizeBits,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_Description,
+ (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName,
+ (Meta_Feat...
[truncated message content] |
|
From: <ba...@us...> - 2007-03-27 23:16:48
|
Revision: 447
http://svn.sourceforge.net/omc/?rev=447&view=rev
Author: bartw
Date: 2007-03-27 16:16:48 -0700 (Tue, 27 Mar 2007)
Log Message:
-----------
renamed file
Modified Paths:
--------------
schema/trunk/mof/base/omc-base-providers.mof
schema/trunk/mof/base/omc-core.mof
Added Paths:
-----------
schema/trunk/mof/base/omc-logical-file.mof
Removed Paths:
-------------
schema/trunk/mof/base/omc-posix-file-elements.mof
Modified: schema/trunk/mof/base/omc-base-providers.mof
===================================================================
--- schema/trunk/mof/base/omc-base-providers.mof 2007-03-09 03:57:56 UTC (rev 446)
+++ schema/trunk/mof/base/omc-base-providers.mof 2007-03-27 23:16:48 UTC (rev 447)
@@ -1,7 +1,7 @@
#pragma include ("omc-core.mof")
#pragma include ("omc-computer-system.mof")
#pragma include ("omc-operating-system.mof")
-#pragma include ("omc-posix-file-elements.mof")
+#pragma include ("omc-logical-file.mof")
#pragma include ("omc-file-system-elements.mof")
#pragma include ("omc-processes.mof")
#pragma include ("omc-time-service.mof")
Modified: schema/trunk/mof/base/omc-core.mof
===================================================================
--- schema/trunk/mof/base/omc-core.mof 2007-03-09 03:57:56 UTC (rev 446)
+++ schema/trunk/mof/base/omc-core.mof 2007-03-27 23:16:48 UTC (rev 447)
@@ -32,85 +32,4 @@
};
//////////////////////////////////////////////////////////////////////////////
-[ Abstract ]
-class OMC_DataFile : CIM_DataFile
-{
- sint32 append([IN(true), OUT(false), REQUIRED(true)] string newtext);
- sint32 write([IN(true), OUT(false), REQUIRED(true)] string newtext);
- sint32 read([IN(false), OUT(true), REQUIRED(true)] string filetext);
-};
-//////////////////////////////////////////////////////////////////////////////
-[ Abstract ]
-class OMC_UnixDeviceFile : CIM_UnixDeviceFile
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[ Abstract ]
-class OMC_SymbolicLink : CIM_SymbolicLink
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[ Abstract ]
-class OMC_UnixDirectory : CIM_UnixDirectory
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[ Abstract ]
-class OMC_FIFOPipeFile : CIM_FIFOPipeFile
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[ Abstract ]
-class OMC_UnixFile : CIM_UnixFile
-{
- boolean UserReadable;
- boolean UserWritable;
- boolean UserExecutable;
- boolean GroupReadable;
- boolean GroupWritable;
- boolean GroupExecutable;
- boolean WorldReadable;
- boolean WorldWritable;
- boolean WorldExecutable;
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[ Association, Aggregation, Composition, Abstract,
- Description("Specifies the hierarchical arrangement of LogicalFiles in a "
- "Directory.")]
-class OMC_DirectoryContainsFile : CIM_DirectoryContainsFile
-{
- [Override ("GroupComponent"), Aggregate, Max(1),
- Description ("The Directory") ]
- OMC_UnixDirectory REF GroupComponent;
-
- [Override ("PartComponent"),
- Description ("The LogicalFile 'contained within' the Directory.") ]
- CIM_LogicalFile REF PartComponent;
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[ Association, Abstract, Description (
- "CIM_FileIdentity indicates that a UnixFile describes Unix-"
- "specific aspects of the various subclasses of LogicalFile. "
- "The association exists since it forces UnixFile to be "
- "weak to (scoped by) the LogicalFile. This is not true in "
- "the association's superclass, LogicalIdentity.")]
-class OMC_FileIdentity : CIM_FileIdentity
-{
- [Override ("SystemElement"), Min (1), Max (1),
- Description ("The Logical File.") ]
- CIM_LogicalFile ref SystemElement;
-
- [Override ("SameElement"), Weak, Max (1),
- Description ("SameElement represents the additional aspects of the "
- "Unix/Linux Logical file.") ]
- OMC_UnixFile ref SameElement;
-
-};
-
Added: schema/trunk/mof/base/omc-logical-file.mof
===================================================================
--- schema/trunk/mof/base/omc-logical-file.mof (rev 0)
+++ schema/trunk/mof/base/omc-logical-file.mof 2007-03-27 23:16:48 UTC (rev 447)
@@ -0,0 +1,191 @@
+/*******************************************************************************
+ * Novell_LinuxSSHService and associated classes
+ *
+ *
+ * Copyright (C) 2004 Novell, Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * - Redistributions of source code must retain the above copyright notice,
+ * this list of conditions and the following disclaimer.
+ *
+ * - Redistributions in binary form must reproduce the above copyright notice,
+ * this list of conditions and the following disclaimer in the documentation
+ * and/or other materials provided with the distribution.
+ *
+ * - Neither the name of Novell, Inc. nor the names of its
+ * contributors may be used to endorse or promote products derived from this
+ * software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL Novell, Inc. OR THE CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ ******************************************************************************/
+#pragma locale ("en_US")
+
+//////////////////////////////////////////////////////////////////////////////
+[ Abstract ]
+class OMC_DataFile : CIM_DataFile
+{
+ sint32 append([IN(true), OUT(false), REQUIRED(true)] string newtext);
+ sint32 write([IN(true), OUT(false), REQUIRED(true)] string newtext);
+ sint32 read([IN(false), OUT(true), REQUIRED(true)] string filetext);
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ Abstract ]
+class OMC_UnixDeviceFile : CIM_UnixDeviceFile
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ Abstract ]
+class OMC_SymbolicLink : CIM_SymbolicLink
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ Abstract ]
+class OMC_UnixDirectory : CIM_UnixDirectory
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ Abstract ]
+class OMC_FIFOPipeFile : CIM_FIFOPipeFile
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ Abstract ]
+class OMC_UnixFile : CIM_UnixFile
+{
+ boolean UserReadable;
+ boolean UserWritable;
+ boolean UserExecutable;
+ boolean GroupReadable;
+ boolean GroupWritable;
+ boolean GroupExecutable;
+ boolean WorldReadable;
+ boolean WorldWritable;
+ boolean WorldExecutable;
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ Association, Aggregation, Composition, Abstract,
+ Description("Specifies the hierarchical arrangement of LogicalFiles in a "
+ "Directory.")]
+class OMC_DirectoryContainsFile : CIM_DirectoryContainsFile
+{
+ [Override ("GroupComponent"), Aggregate, Max(1),
+ Description ("The Directory") ]
+ OMC_UnixDirectory REF GroupComponent;
+
+ [Override ("PartComponent"),
+ Description ("The LogicalFile 'contained within' the Directory.") ]
+ CIM_LogicalFile REF PartComponent;
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ Association, Abstract, Description (
+ "CIM_FileIdentity indicates that a UnixFile describes Unix-"
+ "specific aspects of the various subclasses of LogicalFile. "
+ "The association exists since it forces UnixFile to be "
+ "weak to (scoped by) the LogicalFile. This is not true in "
+ "the association's superclass, LogicalIdentity.")]
+class OMC_FileIdentity : CIM_FileIdentity
+{
+ [Override ("SystemElement"), Min (1), Max (1),
+ Description ("The Logical File.") ]
+ CIM_LogicalFile ref SystemElement;
+
+ [Override ("SameElement"), Weak, Max (1),
+ Description ("SameElement represents the additional aspects of the "
+ "Unix/Linux Logical file.") ]
+ OMC_UnixFile ref SameElement;
+
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ provider("cmpi:CIM_LogicalFile_Provider")]
+class OMC_LinuxDataFile : OMC_DataFile
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ provider("cmpi:CIM_LogicalFile_Provider")]
+class OMC_LinuxDeviceFile : OMC_UnixDeviceFile
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ provider("cmpi:CIM_LogicalFile_Provider")]
+class OMC_LinuxSymbolicLink : OMC_SymbolicLink
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ provider("cmpi:CIM_LogicalFile_Provider")]
+class OMC_LinuxDirectory : OMC_UnixDirectory
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ provider("cmpi:CIM_LogicalFile_Provider")]
+class OMC_LinuxFIFOPipeFile : OMC_FIFOPipeFile
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[ provider("cmpi:OMC_LinuxFile_Provider")]
+class OMC_LinuxFile : OMC_UnixFile
+{
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[Association, Aggregation, Composition,
+ Description("Specifies the hierarchical arrangement of LogicalFiles in a "
+ "Directory.")
+ ,provider("cmpi:OMC_LinuxDirectoryContainsFile_Provider")
+]
+class OMC_LinuxDirectoryContainsFile : OMC_DirectoryContainsFile
+{
+ [Override ("GroupComponent"), Aggregate, Max(1),
+ Description ("The Directory") ]
+ OMC_LinuxDirectory REF GroupComponent;
+
+ [Override ("PartComponent"),
+ Description ("The LogicalFile 'contained within' the Directory.") ]
+ CIM_LogicalFile REF PartComponent;
+};
+
+//////////////////////////////////////////////////////////////////////////////
+[Association, Description (
+ "CIM_FileIdentity indicates that a UnixFile describes Unix-"
+ "specific aspects of the various subclasses of LogicalFile. "
+ "The association exists since it forces UnixFile to be "
+ "weak to (scoped by) the LogicalFile. This is not true in "
+ "the association's superclass, LogicalIdentity."),
+ provider("cmpi:OMC_LinuxFileIdentity_Provider") ]
+class OMC_LinuxFileIdentity : OMC_FileIdentity
+{
+ [Override ("SystemElement"), Min (1), Max (1),
+ Description ("The Logical File.") ]
+ CIM_LogicalFile ref SystemElement;
+
+ [Override ("SameElement"), Weak, Max (1), Description (
+ "SameElement represents the additional aspects of the "
+ "Unix/Linux Logical file.") ]
+ OMC_LinuxFile ref SameElement;
+
+};
+
Deleted: schema/trunk/mof/base/omc-posix-file-elements.mof
===================================================================
--- schema/trunk/mof/base/omc-posix-file-elements.mof 2007-03-09 03:57:56 UTC (rev 446)
+++ schema/trunk/mof/base/omc-posix-file-elements.mof 2007-03-27 23:16:48 UTC (rev 447)
@@ -1,104 +0,0 @@
-/*******************************************************************************
- * Novell_LinuxSSHService and associated classes
- *
- *
- * Copyright (C) 2004 Novell, Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * - Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * - Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * - Neither the name of Novell, Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL Novell, Inc. OR THE CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- ******************************************************************************/
-#pragma locale ("en_US")
-
-//////////////////////////////////////////////////////////////////////////////
-class OMC_LinuxDataFile : OMC_DataFile
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-class OMC_LinuxBlockDeviceFile : OMC_UnixDeviceFile
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-class OMC_LinuxCharacterDeviceFile : OMC_UnixDeviceFile
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-class OMC_LinuxSymbolicLink : OMC_SymbolicLink
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-class OMC_LinuxDirectory : OMC_UnixDirectory
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-class OMC_LinuxFIFOPipeFile : OMC_FIFOPipeFile
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-class OMC_LinuxFile : OMC_UnixFile
-{
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[Association, Aggregation, Composition,
- Description("Specifies the hierarchical arrangement of LogicalFiles in a "
- "Directory.")]
-class OMC_LinuxDirectoryContainsFile : OMC_DirectoryContainsFile
-{
- [Override ("GroupComponent"), Aggregate, Max(1),
- Description ("The Directory") ]
- OMC_LinuxDirectory REF GroupComponent;
-
- [Override ("PartComponent"),
- Description ("The LogicalFile 'contained within' the Directory.") ]
- CIM_LogicalFile REF PartComponent;
-};
-
-//////////////////////////////////////////////////////////////////////////////
-[Association, Description (
- "CIM_FileIdentity indicates that a UnixFile describes Unix-"
- "specific aspects of the various subclasses of LogicalFile. "
- "The association exists since it forces UnixFile to be "
- "weak to (scoped by) the LogicalFile. This is not true in "
- "the association's superclass, LogicalIdentity.") ]
-class OMC_LinuxFileIdentity : OMC_FileIdentity
-{
- [Override ("SystemElement"), Min (1), Max (1),
- Description ("The Logical File.") ]
- CIM_LogicalFile ref SystemElement;
-
- [Override ("SameElement"), Weak, Max (1), Description (
- "SameElement represents the additional aspects of the "
- "Unix/Linux Logical file.") ]
- OMC_LinuxFile ref SameElement;
-
-};
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ba...@us...> - 2007-03-09 03:57:55
|
Revision: 446
http://svn.sourceforge.net/omc/?rev=446&view=rev
Author: bartw
Date: 2007-03-08 19:57:56 -0800 (Thu, 08 Mar 2007)
Log Message:
-----------
fixed typo
Modified Paths:
--------------
tools/trunk/yawn/yawn.py
Modified: tools/trunk/yawn/yawn.py
===================================================================
--- tools/trunk/yawn/yawn.py 2007-02-27 00:42:17 UTC (rev 445)
+++ tools/trunk/yawn/yawn.py 2007-03-09 03:57:56 UTC (rev 446)
@@ -1051,7 +1051,7 @@
paramVal = [_decodeObject(x) for x in paramVal]
else:
paramVal = [pywbem.tocimobj(dt, x) for x in paramVal]
- inParams[paramName] = paramVal
+ inParms[paramName] = paramVal
else:
if metaParm.reference_class is not None:
inParms[paramName] = _decodeObject(paramVal)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|