Ignore:
Timestamp:
Aug 2, 2024, 9:08:58 AM (38 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
4db0140
Parents:
c141c09
Message:

add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/time.cfa

    rc141c09 rb12e4ad  
    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 : Fri Aug  2 07:41:24 2024
     13// Update Count     : 72
    1414//
    1515
     
    4343                return os;
    4444        } // ?|?
    45         OSTYPE_VOID_IMPL( Duration )
     45        OSTYPE_VOID_IMPL( os, Duration )
    4646} // distribution
    4747
     
    152152                return os;
    153153        } // ?|?
    154         OSTYPE_VOID_IMPL( Time )
     154        OSTYPE_VOID_IMPL( os, Time )
    155155} // distribution
    156156
Note: See TracChangeset for help on using the changeset viewer.