DCL 3.7.4
Loading...
Searching...
No Matches
MessageWriteForm.cpp File Reference
#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.

Macros

#define CM_UPDATE   0
#define CM_INSERT_START   1
#define CM_INSERT_REPLY   2

Functions

__DCL_BEGIN_NAMESPACE String __GetLocalFileName (const String &strAttachDir, const String &strDsID, const String &strMessageID, const String &strAttachNo)
 IMPLEMENT_CLASSINFO_EX (MessageWriteForm, MessageView) MessageWriteForm

Macro Definition Documentation

◆ CM_INSERT_REPLY

#define CM_INSERT_REPLY   2

◆ CM_INSERT_START

#define CM_INSERT_START   1

◆ CM_UPDATE

#define CM_UPDATE   0

Function Documentation

◆ __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()

IMPLEMENT_CLASSINFO_EX ( MessageWriteForm ,
MessageView  )

Definition at line 40 of file MessageWriteForm.cpp.

43 : MessageView(pPage)
44{
45 __nThumbnailImageSize = 0;
46}