libmoost
/home/mhx/git/github/libmoost/include/moost/transaction.hpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 #ifndef MOOST_TRANSACTION_HPP__
00029 #define MOOST_TRANSACTION_HPP__
00030 
00031 // convenience header to include subclasses
00032 #include "transaction/handler.hpp"
00033 #include "transaction/queue.hpp"
00034 
00035 #endif // MOOST_TRANSACTION_HPP__