mirror of
https://github.com/boostorg/msm.git
synced 2026-01-23 17:52:11 +00:00
8 lines
136 B
C++
8 lines
136 B
C++
#include <iostream>
|
|
#include "Empty.hpp"
|
|
|
|
void Empty::open_drawer(open_close const&)
|
|
{
|
|
std::cout << "Empty::open_drawer\n";
|
|
}
|