aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/generated-driver/test-simpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/generated-driver/test-simpl.hxx')
-rw-r--r--tests/cxx/serializer/generated-driver/test-simpl.hxx27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/cxx/serializer/generated-driver/test-simpl.hxx b/tests/cxx/serializer/generated-driver/test-simpl.hxx
new file mode 100644
index 0000000..4700a9f
--- /dev/null
+++ b/tests/cxx/serializer/generated-driver/test-simpl.hxx
@@ -0,0 +1,27 @@
+// file : tests/cxx/serializer/generated-driver/test-simpl.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef TEST_SIMPL_HXX
+#define TEST_SIMPL_HXX
+
+#include "test-sskel.hxx"
+
+namespace test
+{
+ class type_simpl: public virtual type_sskel
+ {
+ public:
+ virtual void
+ pre ();
+
+ virtual int
+ value ();
+
+ virtual void
+ post ();
+ };
+}
+
+#endif // TEST_SIMPL_HXX