DCL 3.7.4
Loading...
Searching...
No Matches
MessageDetailView.cpp File Reference
#include <dcl/Config.h>
#include <dcl/Files.h>
#include <dcl/FileInputStream.h>
#include <dcl/URI.h>
#include <dcl/DateTime.h>
#include "ServletMain.h"
#include "HtmlPage.h"
#include "MessageTree.h"
#include "LinkUtility.h"
#include "MessageView.h"

Go to the source code of this file.

Macros

#define CM_UNKNOWN   0
#define CM_GOOD   1
#define CM_BAD   -1
#define CM_ERASE   2

Functions

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

Macro Definition Documentation

◆ CM_BAD

#define CM_BAD   -1

◆ CM_ERASE

#define CM_ERASE   2

◆ CM_GOOD

#define CM_GOOD   1

◆ CM_UNKNOWN

#define CM_UNKNOWN   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 MessageDetailView.cpp.

33{
34 return strAttachDir
35 + strDsID + L"/"
36 + strMessageID + L"-"
37 + strAttachNo + L".dat";
38}

◆ IMPLEMENT_CLASSINFO_EX()

IMPLEMENT_CLASSINFO_EX ( MessageDetailView ,
MessageView  )

Definition at line 48 of file MessageDetailView.cpp.

51 : MessageView(pPage)
52{
53 __nParts = 5;
54 __nRows = 20;
55
56 __nFilter = 0;
57 __nSubject = 0;
58}