(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.2 and 1.1.2.3

version 1.1.2.2, 2007/10/03 00:22:12 version 1.1.2.3, 2007/10/03 00:25:59
Line 2409 
Line 2409 
 extern MetaClass __root_cimv2_PG_Processor; extern MetaClass __root_cimv2_PG_Processor;
 extern MetaClass __root_cimv2_PG_BindsIPToLANEndpoint; extern MetaClass __root_cimv2_PG_BindsIPToLANEndpoint;
 extern MetaClass __root_cimv2_PG_IPRoute; extern MetaClass __root_cimv2_PG_IPRoute;
   extern MetaClass __root_cimv2_Hello;
   extern MetaClass __root_cimv2_Goodbye;
  
 //============================================================================== //==============================================================================
 // //
Line 190096 
Line 190098 
  
 //============================================================================== //==============================================================================
 // //
   // Class: Hello
   //
   //==============================================================================
   
   static const char*
   _Hello_Key_qualifiers[] =
   {
       /* Key */
       "\025\001",
       0,
   };
   
   static MetaProperty
   _Hello_Key =
   {
       /* flags */
       META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
       /* name */
       "Key",
       /* qualifiers */
       _Hello_Key_qualifiers,
       /* type */
       CIMTYPE_UINT32,
       /* subscript */
       -1,
       /* value */
       0,
   };
   
   static MetaFeature*
   _Hello_features[] =
   {
       (MetaFeature*)&_Hello_Key,
       0,
   };
   
   static const char*
   __root_cimv2_Hello_qualifiers[] =
   {
       0,
   };
   
   MetaClass
   __root_cimv2_Hello =
   {
       /* flags */
       META_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 MetaProperty
   _Goodbye_Key =
   {
       /* flags */
       META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
       /* name */
       "Key",
       /* qualifiers */
       _Goodbye_Key_qualifiers,
       /* type */
       CIMTYPE_UINT32,
       /* subscript */
       -1,
       /* value */
       0,
   };
   
   static MetaFeature*
   _Goodbye_features[] =
   {
       (MetaFeature*)&_Goodbye_Key,
       0,
   };
   
   static const char*
   __root_cimv2_Goodbye_qualifiers[] =
   {
       0,
   };
   
   MetaClass
   __root_cimv2_Goodbye =
   {
       /* flags */
       META_FLAG_CLASS,
       /* name */
       "Goodbye",
       /* qualifiers */
       __root_cimv2_Goodbye_qualifiers,
       /* super */
       0,
       /* features */
       _Goodbye_features,
   };
   
   //==============================================================================
   //
 // Qualifier array // Qualifier array
 // //
 //============================================================================== //==============================================================================
Line 191430 
Line 191550 
     &__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,
     0,     0,
 }; };
  


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2