33 #if defined (FLEXIPORT_STATIC)
34 #define FLEXIPORT_EXPORT
35 #elif defined (flexiport_EXPORTS)
36 #define FLEXIPORT_EXPORT __declspec (dllexport)
38 #define FLEXIPORT_EXPORT __declspec (dllimport)
40 #if !defined (timespec)
42 typedef struct timespec
49 #define FLEXIPORT_EXPORT
75 Timeout& operator= (
const struct timeval &rhs);
76 Timeout& operator= (
const struct timespec &rhs);
void FromTimeval(const struct timeval &src)
void AsTimeval(struct timeval &dest) const
Timeout(const Timeout &rhs)
void AsTimespec(struct timespec &dest) const
void FromTimespec(const struct timespec &src)
Timeout(int sec, int usec)