1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/examples/lrp_session/common3.cpp
stefanocasazza fc24169677 sync
2016-09-15 18:36:41 +02:00

8 lines
190 B
C++

// common3.cpp
// write request to file
name.snprintf(U_CONSTANT_TO_PARAM("%v/%s_%s_%#4D.req"), directory.rep, filtro, policy, tm_session);
(void) UFile::writeTo(name, request);