00001 #ifndef CAFUTIL_STAT_HPP__ 00002 #define CAFUTIL_STAT_HPP__ 00003 00004 #include "cafe/Stat.hpp" 00005 00006 #warning "The Stat and StatPointer was moved to the cafe package! Please, use cafe::StatPointer from cafe/Stat.hpp" 00007 00008 namespace caf_util { 00009 typedef cafe::StatPointer StatPointer ; 00010 } 00011 00012 #endif // CAFUTILSTAT_HPP__
1.3.4