Reverted Bryan's changes to FrameStamp w.r.t std::tm structure which doesn't
compile under Win32 and IRIX. Will need to find another solution.
This commit is contained in:
@@ -38,8 +38,8 @@ class SG_EXPORT FrameStamp : public Referenced
|
||||
void setReferenceTime(double refTime) { _referenceTime = refTime; }
|
||||
double getReferenceTime() const { return _referenceTime; }
|
||||
|
||||
void setCalanderTime(const std::tm& calanderTime);
|
||||
void getCalanderTime(std::tm& calanderTime) const;
|
||||
void setCalanderTime(const tm& calanderTime);
|
||||
void getCalanderTime(tm& calanderTime) const;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user