Ignore:
Timestamp:
12/05/16 02:29:50 (7 years ago)
Author:
Maciej Komosinski
Message:

Introduced separate functions for formatting time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/extvalue.h

    r636 r639  
    219219        };
    220220
    221         static SString format(SString& fmt, const ExtValue **values, int count);
     221        static SString formatTime(char fmt, double value);
     222        static SString format(const SString& fmt, const ExtValue **values, int count);
    222223
    223224        ExtValue getExtType();
Note: See TracChangeset for help on using the changeset viewer.