Changeset 62262 in vbox
- Timestamp:
- Jul 14, 2016 4:05:29 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108777
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rctime.cpp
r1 r62262 60 60 61 61 RCTime RCTime::operator/(PRUint64 his) 62 { RCTime quotient(gmt / gmt); return quotient; }62 { RCTime quotient(gmt / his); return quotient; } 63 63 64 64 RCTime RCTime::operator*(PRUint64 his)
Note:
See TracChangeset
for help on using the changeset viewer.