aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-26 20:23:29 +0000
committerVincent Richard <[email protected]>2004-12-26 20:23:29 +0000
commit4ce991d3b1bd97fbb896d17fb8f36f6650429a22 (patch)
tree2db6e072b862dd809d4acd8c571a1b859fdcb484 /examples
parentAllow creating a service from an URL. (diff)
downloadvmime-4ce991d3b1bd97fbb896d17fb8f36f6650429a22.tar.gz
vmime-4ce991d3b1bd97fbb896d17fb8f36f6650429a22.zip
Moved all header files to 'vmime/' directory.
Diffstat (limited to 'examples')
-rw-r--r--examples/example1.cpp4
-rw-r--r--examples/example2.cpp4
-rw-r--r--examples/example3.cpp4
-rw-r--r--examples/example4.cpp4
-rw-r--r--examples/example5.cpp4
-rw-r--r--examples/example6.cpp4
6 files changed, 12 insertions, 12 deletions
diff --git a/examples/example1.cpp b/examples/example1.cpp
index 24a50b2b..eb235461 100644
--- a/examples/example1.cpp
+++ b/examples/example1.cpp
@@ -29,8 +29,8 @@
#include <iostream>
-#include "../src/vmime"
-#include "../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
int main()
diff --git a/examples/example2.cpp b/examples/example2.cpp
index 6534d7e8..6cc51200 100644
--- a/examples/example2.cpp
+++ b/examples/example2.cpp
@@ -29,8 +29,8 @@
#include <iostream>
-#include "../src/vmime"
-#include "../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
int main()
diff --git a/examples/example3.cpp b/examples/example3.cpp
index 839c1ad7..f372ed70 100644
--- a/examples/example3.cpp
+++ b/examples/example3.cpp
@@ -29,8 +29,8 @@
#include <iostream>
-#include "../src/vmime"
-#include "../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
int main()
diff --git a/examples/example4.cpp b/examples/example4.cpp
index 9cb774e7..69c94bb3 100644
--- a/examples/example4.cpp
+++ b/examples/example4.cpp
@@ -28,8 +28,8 @@
#include <iostream>
-#include "../src/vmime"
-#include "../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
int main()
diff --git a/examples/example5.cpp b/examples/example5.cpp
index 7885bd88..3d26b577 100644
--- a/examples/example5.cpp
+++ b/examples/example5.cpp
@@ -29,8 +29,8 @@
#include <iostream>
-#include "../src/vmime"
-#include "../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
int main()
diff --git a/examples/example6.cpp b/examples/example6.cpp
index 465cf854..3b05dde1 100644
--- a/examples/example6.cpp
+++ b/examples/example6.cpp
@@ -19,8 +19,8 @@
#include <iostream>
-#include "../src/vmime"
-#include "../src/platforms/posix/handler.hpp"
+#include "vmime/vmime.hpp"
+#include "vmime/platforms/posix/handler.hpp"
//