~ubuntu-branches/ubuntu/saucy/openexr/saucy

« back to all changes in this revision

Viewing changes to IlmImf/ImfRleCompressor.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-24 23:00:21 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080324230021-gnofz9mnvcj1xlv3
Tags: 1.6.1-3
Disable (hopefully temporarily) the test suite on arm and ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
//-----------------------------------------------------------------------------
42
42
 
43
43
#include <ImfRleCompressor.h>
44
 
#include <Iex.h>
 
44
#include "Iex.h"
45
45
 
46
46
namespace Imf {
47
47
namespace {
279
279
                                       (const signed char *) inPtr,
280
280
                                       _tmpBuffer)))
281
281
    {
282
 
        throw Iex::BaseExc ("Data decoding (rle) failed.");
 
282
        throw Iex::InputExc ("Data decoding (rle) failed.");
283
283
    }
284
284
 
285
285
    //