(file) Return to root_cimv2_namespace.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / vxworks / cimserver / Attic

Diff for /pegasus/vxworks/cimserver/Attic/root_cimv2_namespace.cpp between version 1.1.2.11 and 1.1.2.12

version 1.1.2.11, 2007/12/01 18:18:25 version 1.1.2.12, 2007/12/20 18:36:06
Line 2409 
Line 2409 
 extern SchemaClass __root_cimv2_PG_Processor; extern SchemaClass __root_cimv2_PG_Processor;
 extern SchemaClass __root_cimv2_PG_BindsIPToLANEndpoint; extern SchemaClass __root_cimv2_PG_BindsIPToLANEndpoint;
 extern SchemaClass __root_cimv2_PG_IPRoute; extern SchemaClass __root_cimv2_PG_IPRoute;
 extern SchemaClass __root_cimv2_Hello;  
 extern SchemaClass __root_cimv2_Goodbye;  
 extern SchemaClass __root_cimv2_Junk;  
 extern SchemaClass __root_cimv2_Employee; extern SchemaClass __root_cimv2_Employee;
   extern SchemaClass __root_cimv2_EmployeeLink;
  
 //============================================================================== //==============================================================================
 // //
Line 190100 
Line 190098 
  
 //============================================================================== //==============================================================================
 // //
 // Class: Hello  
 //  
 //==============================================================================  
   
 static const char*  
 _Hello_Key_qualifiers[] =  
 {  
     /* Key */  
     "\025\001",  
     0,  
 };  
   
 static SchemaProperty  
 _Hello_Key =  
 {  
     /* flags */  
     SCHEMA_FLAG_PROPERTY|SCHEMA_FLAG_KEY|SCHEMA_FLAG_READ,  
     /* name */  
     "Key",  
     /* qualifiers */  
     _Hello_Key_qualifiers,  
     /* type */  
     CIMTYPE_UINT32,  
     /* subscript */  
     -1,  
     /* value */  
     0,  
 };  
   
 static SchemaFeature*  
 _Hello_features[] =  
 {  
     (SchemaFeature*)&_Hello_Key,  
     0,  
 };  
   
 static const char*  
 __root_cimv2_Hello_qualifiers[] =  
 {  
     0,  
 };  
   
 SchemaClass  
 __root_cimv2_Hello =  
 {  
     /* flags */  
     SCHEMA_FLAG_CLASS,  
     /* name */  
     "Hello",  
     /* qualifiers */  
     __root_cimv2_Hello_qualifiers,  
     /* super */  
     0,  
     /* features */  
     _Hello_features,  
 };  
   
 //==============================================================================  
 //  
 // Class: Goodbye  
 //  
 //==============================================================================  
   
 static const char*  
 _Goodbye_Key_qualifiers[] =  
 {  
     /* Key */  
     "\025\001",  
     0,  
 };  
   
 static SchemaProperty  
 _Goodbye_Key =  
 {  
     /* flags */  
     SCHEMA_FLAG_PROPERTY|SCHEMA_FLAG_KEY|SCHEMA_FLAG_READ,  
     /* name */  
     "Key",  
     /* qualifiers */  
     _Goodbye_Key_qualifiers,  
     /* type */  
     CIMTYPE_UINT32,  
     /* subscript */  
     -1,  
     /* value */  
     0,  
 };  
   
 static SchemaFeature*  
 _Goodbye_features[] =  
 {  
     (SchemaFeature*)&_Goodbye_Key,  
     0,  
 };  
   
 static const char*  
 __root_cimv2_Goodbye_qualifiers[] =  
 {  
     0,  
 };  
   
 SchemaClass  
 __root_cimv2_Goodbye =  
 {  
     /* flags */  
     SCHEMA_FLAG_CLASS,  
     /* name */  
     "Goodbye",  
     /* qualifiers */  
     __root_cimv2_Goodbye_qualifiers,  
     /* super */  
     0,  
     /* features */  
     _Goodbye_features,  
 };  
   
 //==============================================================================  
 //  
 // Class: Junk  
 //  
 //==============================================================================  
   
 static const char*  
 _Junk_Key_qualifiers[] =  
 {  
     /* Key */  
     "\025\001",  
     0,  
 };  
   
 static SchemaProperty  
 _Junk_Key =  
 {  
     /* flags */  
     SCHEMA_FLAG_PROPERTY|SCHEMA_FLAG_KEY|SCHEMA_FLAG_READ,  
     /* name */  
     "Key",  
     /* qualifiers */  
     _Junk_Key_qualifiers,  
     /* type */  
     CIMTYPE_UINT32,  
     /* subscript */  
     -1,  
     /* value */  
     0,  
 };  
   
 static SchemaFeature*  
 _Junk_features[] =  
 {  
     (SchemaFeature*)&_Junk_Key,  
     0,  
 };  
   
 static const char*  
 __root_cimv2_Junk_qualifiers[] =  
 {  
     0,  
 };  
   
 SchemaClass  
 __root_cimv2_Junk =  
 {  
     /* flags */  
     SCHEMA_FLAG_CLASS,  
     /* name */  
     "Junk",  
     /* qualifiers */  
     __root_cimv2_Junk_qualifiers,  
     /* super */  
     0,  
     /* features */  
     _Junk_features,  
 };  
   
 //==============================================================================  
 //  
 // Class: Employee // Class: Employee
 // //
 //============================================================================== //==============================================================================
Line 190572 
Line 190393 
  
 //============================================================================== //==============================================================================
 // //
   // Class: EmployeeLink
   //
   //==============================================================================
   
   static const char*
   _EmployeeLink_Parent_qualifiers[] =
   {
       /* Key */
       "\025\001",
       0,
   };
   
   static SchemaReference
   _EmployeeLink_Parent =
   {
       /* flags */
       SCHEMA_FLAG_REFERENCE|SCHEMA_FLAG_KEY|SCHEMA_FLAG_READ,
       /* name */
       "Parent",
       /* qualifiers */
       _EmployeeLink_Parent_qualifiers,
       /* subscript */
       -1,
       /* refId */
       &__root_cimv2_Employee,
   };
   
   static const char*
   _EmployeeLink_Child_qualifiers[] =
   {
       /* Key */
       "\025\001",
       0,
   };
   
   static SchemaReference
   _EmployeeLink_Child =
   {
       /* flags */
       SCHEMA_FLAG_REFERENCE|SCHEMA_FLAG_KEY|SCHEMA_FLAG_READ,
       /* name */
       "Child",
       /* qualifiers */
       _EmployeeLink_Child_qualifiers,
       /* subscript */
       -1,
       /* refId */
       &__root_cimv2_Employee,
   };
   
   static SchemaFeature*
   _EmployeeLink_features[] =
   {
       (SchemaFeature*)&_EmployeeLink_Parent,
       (SchemaFeature*)&_EmployeeLink_Child,
       0,
   };
   
   static const char*
   __root_cimv2_EmployeeLink_qualifiers[] =
   {
       /* ASSOCIATION */
       "\000\001",
       0,
   };
   
   SchemaClass
   __root_cimv2_EmployeeLink =
   {
       /* flags */
       SCHEMA_FLAG_ASSOCIATION,
       /* name */
       "EmployeeLink",
       /* qualifiers */
       __root_cimv2_EmployeeLink_qualifiers,
       /* super */
       0,
       /* features */
       _EmployeeLink_features,
   };
   
   //==============================================================================
   //
 // Qualifier array // Qualifier array
 // //
 //============================================================================== //==============================================================================
Line 191906 
Line 191810 
     &__root_cimv2_PG_Processor,     &__root_cimv2_PG_Processor,
     &__root_cimv2_PG_BindsIPToLANEndpoint,     &__root_cimv2_PG_BindsIPToLANEndpoint,
     &__root_cimv2_PG_IPRoute,     &__root_cimv2_PG_IPRoute,
     &__root_cimv2_Hello,  
     &__root_cimv2_Goodbye,  
     &__root_cimv2_Junk,  
     &__root_cimv2_Employee,     &__root_cimv2_Employee,
       &__root_cimv2_EmployeeLink,
     0,     0,
 }; };
  


Legend:
Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2