2
0
mirror of https://github.com/boostorg/msm.git synced 2026-01-23 17:52:11 +00:00
Files
msm/doc/HTML/examples/distributed_table/Empty.cpp
Christophe Henry 9f03aaa362 msm added to trunk
[SVN r62129]
2010-05-21 21:15:38 +00:00

8 lines
136 B
C++

#include <iostream>
#include "Empty.hpp"
void Empty::open_drawer(open_close const&)
{
std::cout << "Empty::open_drawer\n";
}