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

Diff for /pegasus/src/Pegasus/CQL/CQLFactory.cpp between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2004/09/01 20:07:58 version 1.1.2.4, 2004/09/02 20:04:22
Line 131 
Line 131 
         }         }
         return CQLValue();         return CQLValue();
 } }
   
 void* CQLFactory::getObject(void* inObject, FactoryType inObjectType, FactoryType targetType){  
         /*         /*
            We cast inObject based on inObjectType, traverse the tree until  void* CQLFactory::getObject(void* inObject, FactoryType inObjectType, FactoryType targetType){
            we find the targetType and return that.  inObjectType must be higher in  
            the inheritance heirarchy than targetType.  
         */  
   
         switch(inObjectType){         switch(inObjectType){
                 case Predicate:                 case Predicate:
                         return getObject(((CQLPredicate*)inObject),targetType);                         return getObject(((CQLPredicate*)inObject),targetType);
Line 225 
Line 219 
         }         }
 } }
  
   */
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2