/** * filterexceptions.h * Implemented by Blueprint Technologies, Inc. */ #ifndef _filterexceptions_h #define _filterexceptions_h class EmptyPipeException { }; class NoOutputPipeException { }; #endif