(file) Return to valueFactory.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Compiler

Diff for /pegasus/src/Pegasus/Compiler/valueFactory.cpp between version 1.35 and 1.36

version 1.35, 2006/01/30 16:17:33 version 1.36, 2006/05/02 20:27:00
Line 416 
Line 416 
 //  Note that "object" (ie. CIMTYPE_OBJECT) is not a real CIM datatype, just a //  Note that "object" (ie. CIMTYPE_OBJECT) is not a real CIM datatype, just a
 //  Pegasus internal representation of an embedded object, so it won't be found here. //  Pegasus internal representation of an embedded object, so it won't be found here.
   case CIMTYPE_OBJECT:   case CIMTYPE_OBJECT:
   #ifdef PEGASUS_EMBEDDED_INSTANCE_SUPPORT
     case CIMTYPE_INSTANCE:
   #endif // PEGASUS_EMBEDDED_INSTANCE_SUPPORT
     break;     break;
   }  // end switch   }  // end switch
   return 0;   return 0;
Line 465 
Line 468 
 //  PEP 194: //  PEP 194:
 //  Note that "object" (ie. CIMTYPE_OBJECT) is not a real CIM datatype, just a //  Note that "object" (ie. CIMTYPE_OBJECT) is not a real CIM datatype, just a
 //  Pegasus internal representation of an embedded object, so it won't be found here. //  Pegasus internal representation of an embedded object, so it won't be found here.
     case CIMTYPE_OBJECT: break;      case CIMTYPE_OBJECT:
   #ifdef PEGASUS_EMBEDDED_INSTANCE_SUPPORT
       case CIMTYPE_INSTANCE:
   #endif // PEGASUS_EMBEDDED_INSTANCE_SUPPORT
           break;
     }     }
     return(new CIMValue((Uint32) 0));    // default     return(new CIMValue((Uint32) 0));    // default
   } else { // an array type, either fixed or variable   } else { // an array type, either fixed or variable


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2