// file : common/definition/test.hxx // copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX #define TEST_HXX #ifdef _WIN32 # include // timeval #else # include // timeval #endif #include #include "time-mapping.hxx" #pragma db object struct object { #pragma db id auto unsigned long id; timeval time; }; #endif // TEST_HXX