All Classes Functions Variables Typedefs Friends Pages
ITimeConstraint.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2014 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef ITIMECONSTRAINT_H__GLYMPSE__
8 #define ITIMECONSTRAINT_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct ITimeConstraint : public IPersistable
17 {
24  public: virtual bool validate(int64 time) = 0;
25 
31  public: virtual bool validate() = 0;
32 };
33 
35 
36 }
37 
38 #endif // !ITIMECONSTRAINT_H__GLYMPSE__