4c49b5b521415704200a2d9a1c3d95e9ada72e55
[senf.git] / Utils / SafeBool.cci
1 // $Id$
2 //
3 // Copyright (C) 2006 
4
5 // Definition of inline non-template functions
6
7 // Custom includes
8
9 #define prefix_ inline
10 ///////////////////////////////cci.p///////////////////////////////////////
11
12 prefix_ void satcom::lib::SafeBoolBase::this_type_does_not_support_comparisons()
13     const
14 {}
15
16 prefix_ satcom::lib::SafeBoolBase::SafeBoolBase()
17 {}
18
19 prefix_ satcom::lib::SafeBoolBase::SafeBoolBase(const SafeBoolBase&)
20 {}
21
22 prefix_ satcom::lib::SafeBoolBase& satcom::lib::SafeBoolBase::operator=(const SafeBoolBase&)
23 {
24     return *this;
25 }
26
27 prefix_ satcom::lib::SafeBoolBase::~SafeBoolBase()
28 {}
29
30 ///////////////////////////////cci.e///////////////////////////////////////
31 #undef prefix_
32
33 \f
34 // Local Variables:
35 // mode: c++
36 // End: