Rombobjörn

summaryrefslogtreecommitdiff
path: root/test/thread_wrapping.ads
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-01-21 13:10:21 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-01-21 13:10:21 +0100
commitb098f5dc6a447df808ed755a1d6123f9ce7896dc (patch)
tree4080b60521a1ba5232083e523b6a86857e26ee00 /test/thread_wrapping.ads
parent638f5166cce43f0d9421a72e3669b13fa0b47567 (diff)
Added an outline of a test milter.
Diffstat (limited to 'test/thread_wrapping.ads')
-rw-r--r--test/thread_wrapping.ads13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/thread_wrapping.ads b/test/thread_wrapping.ads
new file mode 100644
index 0000000..a7e3487
--- /dev/null
+++ b/test/thread_wrapping.ads
@@ -0,0 +1,13 @@
+-- The Ada Milter API test milter
+-- Copyright 2013 B. Persson, Bjorn@Rombobeorn.se
+--
+-- This program is free software: you can redistribute it and/or modify it
+-- under the terms of the GNU General Public License version 3, as published
+-- by the Free Software Foundation.
+
+
+package Thread_Wrapping is
+ pragma Elaborate_Body;
+ -- Elaborating the spec and the body together isn't important, but without
+ -- this pragma this package wouldn't be allowed to have a body.
+end Thread_Wrapping;