// $Id: pipeline.h 370 2007-11-09 22:33:51Z cactus $ -*- c++ -*- #ifndef PP_PIPELINE_PIPELINE_H #define PP_PIPELINE_PIPELINE_H enum Msg { MSG_INIT, MSG_DATA, MSG_DONE }; #endif /* PP_PIPELINE_PIPELINE_H */