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

Diff for /pegasus/src/Pegasus/CQL/CQLSelectStatementRep.cpp between version 1.9 and 1.10

version 1.9, 2005/02/05 22:59:16 version 1.10, 2005/02/27 20:00:41
Line 200 
Line 200 
     }     }
   }   }
  
   PEGASUS_ASSERT(false);    PEGASUS_UNREACHABLE( PEGASUS_ASSERT(false); )
   PEG_TRACE_STRING (TRC_CQL, Tracer::LEVEL4,"should not get here in evaluate");    PEGASUS_UNREACHABLE( PEG_TRACE_STRING (TRC_CQL, Tracer::LEVEL4,"should not get here in evaluate"); )
   return true;  //should never get here    PEGASUS_UNREACHABLE( return true; ) //should never get here
 } }
  
 void CQLSelectStatementRep::applyProjection(CIMInstance& inCI) throw(Exception) void CQLSelectStatementRep::applyProjection(CIMInstance& inCI) throw(Exception)


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2