Merge branch 'master' of https://github.com/kisli/vmime
This commit is contained in:
commit
8a6b959cf0
@ -1020,7 +1020,7 @@ ELSE()
|
||||
|
||||
SET(
|
||||
CMAKE_CXX_FLAGS
|
||||
"${CMAKE_CXX_FLAGS} -D_REENTRANT=1 -W -Wall -ansi -pedantic -Wpointer-arith -Wold-style-cast -Wconversion -Wcast-align -Wno-long-long"
|
||||
"${CMAKE_CXX_FLAGS} -D_REENTRANT=1 -W -Wall -pedantic -Wpointer-arith -Wold-style-cast -Wconversion -Wcast-align -Wno-long-long"
|
||||
CACHE STRING
|
||||
"g++ Compiler Flags"
|
||||
FORCE
|
||||
|
@ -58,7 +58,7 @@ public:
|
||||
|
||||
/** Stores information about a file attachment.
|
||||
*/
|
||||
class fileInfo
|
||||
class VMIME_EXPORT fileInfo
|
||||
{
|
||||
public:
|
||||
|
||||
|
@ -59,7 +59,7 @@ public:
|
||||
|
||||
/** Embedded object (eg: image for <IMG> tag).
|
||||
*/
|
||||
class embeddedObject : public object
|
||||
class VMIME_EXPORT embeddedObject : public object
|
||||
{
|
||||
public:
|
||||
|
||||
|
@ -65,7 +65,7 @@ public:
|
||||
|
||||
/** A service property.
|
||||
*/
|
||||
class property
|
||||
class VMIME_EXPORT property
|
||||
{
|
||||
public:
|
||||
|
||||
|
@ -73,6 +73,7 @@ public:
|
||||
const string getPeerAddress() const;
|
||||
|
||||
shared_ptr <net::timeoutHandler> getTimeoutHandler();
|
||||
shared_ptr <net::tracer> m_tracer;
|
||||
|
||||
void setTracer(shared_ptr <net::tracer> tracer);
|
||||
shared_ptr <net::tracer> getTracer();
|
||||
|
Loading…
Reference in New Issue
Block a user