diff options
Diffstat (limited to 'src/dls.cpp')
-rw-r--r-- | src/dls.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dls.cpp b/src/dls.cpp index e5f6f27..74b1131 100644 --- a/src/dls.cpp +++ b/src/dls.cpp @@ -38,6 +38,7 @@ const std::string DLSEncoder::DL_PARAMS_OPEN = "##### parameters { #####"; const std::string DLSEncoder::DL_PARAMS_CLOSE = "##### parameters } #####"; const int DLSEncoder::APPTYPE_START = 2; const int DLSEncoder::APPTYPE_CONT = 3; +const std::string DLSEncoder::REQUEST_REREAD_SUFFIX = ".REQUEST_DLS_REREAD"; |