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

Diff for /pegasus/src/Pegasus/WQL/WQLSelectStatementRep.cpp between version 1.18 and 1.19

version 1.18, 2008/12/16 18:57:13 version 1.19, 2013/04/25 13:00:29
Line 62 
Line 62 
             return x >= y;             return x >= y;
  
         default:         default:
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
     }     }
  
     return false;     return false;
Line 86 
Line 86 
             // operation in which IS_NULL is the unary operation             // operation in which IS_NULL is the unary operation
             // and count is the the unary operand.             // and count is the the unary operand.
  
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             break;             break;
 #endif #endif
         }         }
Line 124 
Line 124 
         }         }
  
         default:         default:
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
     }     }
  
     return false;     return false;


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2