#include <dcl/Config.h>
#include <dcl/DateTime.h>
#include <dcl/Files.h>
#include <dcl/Dir.h>
#include <dcl/Regex.h>
#include <dcl/Html.h>
#include <dcl/URI.h>
#include "ServletMain.h"
#include "MessageTree.h"
#include "HtmlPage.h"
#include "MessageView.h"
Go to the source code of this file.
◆ CM_INSERT_REPLY
| #define CM_INSERT_REPLY 2 |
◆ CM_INSERT_START
| #define CM_INSERT_START 1 |
◆ CM_UPDATE
◆ __GetLocalFileName()
| __DCL_BEGIN_NAMESPACE String __GetLocalFileName |
( |
const String & | strAttachDir, |
|
|
const String & | strDsID, |
|
|
const String & | strMessageID, |
|
|
const String & | strAttachNo ) |
|
inline |
Definition at line 27 of file MessageWriteForm.cpp.
33{
34 return strAttachDir
35 + strDsID + L"/"
36 + strMessageID + L"-"
37 + strAttachNo + L".dat";
38}
◆ IMPLEMENT_CLASSINFO_EX()