Skip to content
Snippets Groups Projects
  1. Sep 06, 2016
  2. Aug 30, 2016
  3. Jul 16, 2015
  4. Jul 15, 2015
  5. Jul 16, 2014
  6. Jul 03, 2014
  7. May 15, 2014
  8. Mar 04, 2014
  9. Aug 15, 2012
  10. Aug 14, 2012
  11. Aug 29, 2010
  12. Jan 20, 2010
  13. Jan 07, 2010
  14. Jan 04, 2010
  15. Dec 04, 2009
  16. Jun 10, 2009
  17. May 06, 2009
  18. Apr 21, 2009
  19. Mar 13, 2009
  20. Mar 12, 2009
  21. Mar 09, 2009
    • Steven Murray's avatar
      Added TAPE_THROW_EX and TAPE_THROW_CODE macros to automatically add file, line · 841d2e03
      Steven Murray authored
      and function strings to tape exceptions.  Example usage:
      
        TAPE_THROW_EX(castor::exception::Internal,
          ": Failed to down cast reply object to tapegateway::FileToRecall");
      
        TAPE_THROW_CODE(EBADMSG,
          ": Unknown reply type "
          ": Reply type = " << reply->type());
      
      Fixed bug in RTCOPY protocol; we were sending one too many "end of file lists".
      
      Fixed bug in message dispatch logic, there was a missing break in one of the
      switch statements that was causing an IObject to get dynamic casted to two
      different classes.
      841d2e03
  22. Feb 09, 2009
  23. May 12, 2004
Loading