Wt examples
3.3.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
build
buildd
witty-3.3.0
examples
composer
Attachment.h
Go to the documentation of this file.
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2008 Emweb bvba, Kessel-Lo, Belgium.
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
#ifndef ATTACHMENT_H_
8
#define ATTACHMENT_H_
9
14
19
class
Attachment
20
{
21
public
:
24
std::wstring
fileName
;
25
28
std::wstring
contentDescription
;
29
32
std::string
spoolFileName
;
33
36
Attachment
(
const
std::wstring aFileName,
37
const
std::wstring aContentDescription,
38
const
std::string aSpoolFileName)
39
:
fileName
(aFileName),
40
contentDescription
(aContentDescription),
41
spoolFileName
(aSpoolFileName)
42
{ }
43
};
44
47
#endif // ATTACHMENT_H_
Generated on Fri May 31 2013 for
the C++ Web Toolkit (Wt)
by
1.8.3.1