OSDN Git Service

fix build system ofmoflib1 and saisei1
[moflib/moflib.git] / moflib-1.0 / src / mof / stream / Cache.cpp
1 #include <mof/stream/Cache.hpp>
2
3
4 namespace
5 {
6         unsigned long global_ts = mof::Timer::getSystemTime();
7 }
8
9 unsigned long mof::get_global_ts(){return global_ts;}
10
11 void mof::state_changed()
12 {
13         global_ts = mof::Timer::getSystemTime();
14 }