Create unittest for i18n_noop[s]
[libi2ncommon] / src / pointer_func.cpp
CommitLineData
0e23f538
TJ
1/*
2The software in this package is distributed under the GNU General
3Public License version 2 (with a special exception described below).
4
5A copy of GNU General Public License (GPL) is included in this distribution,
6in the file COPYING.GPL.
7
8As a special exception, if other files instantiate templates or use macros
9or inline functions from this file, or you compile this file and link it
10with other works to produce a work based on this file, this file
11does not by itself cause the resulting work to be covered
12by the GNU General Public License.
13
14However the source code for this file must still be made available
15in accordance with section (3) of the GNU General Public License.
16
17This exception does not invalidate any other reasons why a work based
18on this file might be covered by the GNU General Public License.
19*/
e525f445
RP
20/** @file
21 * @brief
22 *
0e23f538 23 * @author Reinhard Pfau
e525f445
RP
24 *
25 * @copyright © Copyright 2008 Intra2Net AG
e525f445
RP
26 *
27 */
28
29#include "pointer_func.hpp"
30
31namespace I2n
32{
33
34SharedBase::SharedBase()
35{
36} // eo SharedBase::SharedBase()
37
38
39SharedBase::~SharedBase()
40{
41} // eo SharedBase::~SharedBase()
42
43
44} // eo namespace I2n