00001 00023 #ifndef GALOIS_BAG_H 00024 #define GALOIS_BAG_H 00025 00026 #include "Galois/Runtime/InsBag.h" 00027 00028 namespace Galois { 00029 00035 template<typename T> 00036 class InsertBag: public GaloisRuntime::galois_insert_bag<T> { 00037 00038 }; 00039 00040 } 00041 #endif