00001 #ifndef Impala_Core_Array_Pattern_QAction_h 00002 #define Impala_Core_Array_Pattern_QAction_h 00003 00004 namespace Impala 00005 { 00006 namespace Core 00007 { 00008 namespace Array 00009 { 00010 namespace Pattern 00011 { 00012 00013 00016 enum QAction 00017 { 00018 QUEUE, 00019 REMOVE, 00020 WRITE, 00021 STOP 00022 }; 00023 00024 } // namespace Pattern 00025 } // namespace Array 00026 } // namespace Core 00027 } // namespace Impala 00028 00029 #endif