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

8 lines
134 B
C++

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