(file) Return to BinaryStreamer.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common / Attic

Diff for /pegasus/src/Pegasus/Common/Attic/BinaryStreamer.cpp between version 1.19 and 1.20

version 1.19, 2005/05/20 22:57:30 version 1.20, 2005/05/27 12:44:02
Line 32 
Line 32 
 // Modified By: Dave Sudlik (dsudlik@us.ibm.com) // Modified By: Dave Sudlik (dsudlik@us.ibm.com)
 //              David Dillard, VERITAS Software Corp. //              David Dillard, VERITAS Software Corp.
 //                  (david.dillard@veritas.com) //                  (david.dillard@veritas.com)
   //              Josephine Eskaline Joyce, IBM (jojustin@in.ibm.com) for Bug#3666
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 287 
Line 288 
       }       }
    }    }
    catch (BinException &be) {    catch (BinException &be) {
       throw PEGASUS_CIM_EXCEPTION_L(CIM_ERR_FAILED,"Binary Repository integraty failure: "+        throw PEGASUS_CIM_EXCEPTION_L(CIM_ERR_FAILED,"Binary Repository integrity failure: "+
          be.message+" - Accessing class: "+path);          be.message+" - Accessing class: "+path);
    }    }
    PEGASUS_UNREACHABLE(return CIMClass();)    PEGASUS_UNREACHABLE(return CIMClass();)
Line 385 
Line 386 
       }       }
    }    }
    catch (BinException &be) {    catch (BinException &be) {
       throw PEGASUS_CIM_EXCEPTION_L(CIM_ERR_FAILED,"Binary Repository integraty failure: "+        throw PEGASUS_CIM_EXCEPTION_L(CIM_ERR_FAILED,"Binary Repository integrity failure: "+
          be.message+" - Accessing instance: "+path);          be.message+" - Accessing instance: "+path);
    }    }
    PEGASUS_UNREACHABLE( return CIMInstance(); )    PEGASUS_UNREACHABLE( return CIMInstance(); )
Line 467 
Line 468 
       }       }
    }    }
    catch (BinException &be) {    catch (BinException &be) {
       throw PEGASUS_CIM_EXCEPTION_L(CIM_ERR_FAILED,"Binary Repository integraty failure: "+        throw PEGASUS_CIM_EXCEPTION_L(CIM_ERR_FAILED,"Binary Repository integrity failure: "+
          be.message+" - Accessing instance: "+path);          be.message+" - Accessing instance: "+path);
    }    }
    PEGASUS_UNREACHABLE( return CIMQualifierDecl(); )    PEGASUS_UNREACHABLE( return CIMQualifierDecl(); )


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2