Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/time.cfa

    r5454d77 r0aa4beb  
    1010// Created On       : Tue Mar 27 13:33:14 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 18 10:55:01 2023
    13 // Update Count     : 71
     12// Last Modified On : Tue Feb  4 08:24:18 2020
     13// Update Count     : 70
    1414//
    1515
     
    4343                return os;
    4444        } // ?|?
    45         OSTYPE_VOID_IMPL( Duration )
     45
     46        void ?|?( ostype & os, Duration dur ) with( dur ) {
     47                (ostype &)(os | dur); ends( os );
     48        } // ?|?
    4649} // distribution
    4750
     
    152155                return os;
    153156        } // ?|?
    154         OSTYPE_VOID_IMPL( Time )
     157
     158        void ?|?( ostype & os, Time time ) with( time ) {
     159                (ostype &)(os | time); ends( os );
     160        } // ?|?
    155161} // distribution
    156162
Note: See TracChangeset for help on using the changeset viewer.