aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/generated-driver/test-simpl.hxx
blob: a148d18f6e1e09aef1d3a25e4c86f74d39692a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// file      : tests/cxx/serializer/generated-driver/test-simpl.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2006-2011 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