aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/generated-driver/test-simpl.hxx
blob: e87f66f2e665398bca556e4710f65d055d2ac87f (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
// file      : tests/cxx/serializer/generated-driver/test-simpl.hxx
// 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