Fix time_t/bigtime_t mixup.

Thanks stippi for noticing!
This commit is contained in:
Adrien Destugues
2014-01-16 09:41:01 +01:00
parent 3db3864644
commit 67af469ef0
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ public:
BString String();
bigtime_t StartDate();
bigtime_t ExpirationDate();
time_t StartDate();
time_t ExpirationDate();
BString Issuer();
BString Subject();