summaryrefslogtreecommitdiff
path: root/inc/Standard_Time.hxx
blob: 76f074b1d07835138a9dda765254973d011bded4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _Standard_Time_HeaderFile
#define _Standard_Time_HeaderFile

// File    : Standard_Time.hxx
// Created : Fri Jan 13 2012 for OpenCascade Community edition
// Author  : Fotis Sioutis <sfotis at gmail dot com>
// Purpose : This file is intented to provide inclusion of 'time' 
//           variable in a CDL consistent way.

/* time.h is well standardised across various platforms */
#include <time.h>

typedef time_t Standard_Time;

#endif