(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.13 and 1.1.2.14

version 1.1.2.13, 2008/07/17 19:46:25 version 1.1.2.14, 2008/09/24 23:34:11
Line 2411 
Line 2411 
 extern SchemaClass __root_cimv2_PG_IPRoute; extern SchemaClass __root_cimv2_PG_IPRoute;
 extern SchemaClass __root_cimv2_Employee; extern SchemaClass __root_cimv2_Employee;
 extern SchemaClass __root_cimv2_EmployeeLink; extern SchemaClass __root_cimv2_EmployeeLink;
   extern SchemaClass __root_cimv2_Alert;
  
 //============================================================================== //==============================================================================
 // //
Line 190476 
Line 190477 
  
 //============================================================================== //==============================================================================
 // //
   // Class: Alert
   //
   //==============================================================================
   
   static const char*
   _Alert_Msg_qualifiers[] =
   {
       0,
   };
   
   static SchemaProperty
   _Alert_Msg =
   {
       /* flags */
       SCHEMA_FLAG_PROPERTY|SCHEMA_FLAG_READ,
       /* name */
       "Msg",
       /* qualifiers */
       _Alert_Msg_qualifiers,
       /* type */
       CIMTYPE_STRING,
       /* subscript */
       -1,
       /* value */
       0,
   };
   
   static SchemaFeature*
   _Alert_features[] =
   {
       (SchemaFeature*)&_Alert_Msg,
       0,
   };
   
   static const char*
   __root_cimv2_Alert_qualifiers[] =
   {
       /* INDICATION */
       "\001\001",
       0,
   };
   
   SchemaClass
   __root_cimv2_Alert =
   {
       /* flags */
       SCHEMA_FLAG_INDICATION,
       /* name */
       "Alert",
       /* qualifiers */
       __root_cimv2_Alert_qualifiers,
       /* super */
       &__root_cimv2_CIM_Indication,
       /* features */
       _Alert_features,
   };
   
   //==============================================================================
   //
 // Qualifier array // Qualifier array
 // //
 //============================================================================== //==============================================================================
Line 191812 
Line 191872 
     &__root_cimv2_PG_IPRoute,     &__root_cimv2_PG_IPRoute,
     &__root_cimv2_Employee,     &__root_cimv2_Employee,
     &__root_cimv2_EmployeeLink,     &__root_cimv2_EmployeeLink,
       &__root_cimv2_Alert,
     0,     0,
 }; };
  


Legend:
Removed from v.1.1.2.13  
changed lines
  Added in v.1.1.2.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2