eee9f5de0c69e5c3639aabbacf6a2fcd7250c190
[libi2ncommon] / src / pointer_func.cpp
1 /** @file
2  * @brief 
3  *
4  * @author Reinhard Pfau \<reinhard.pfau@intra2net.com\>
5  *
6  * @copyright &copy; Copyright 2008 Intra2Net AG
7  * @license commercial
8  * @contact info@intra2net.com
9  *
10  *
11  */
12
13 #include "pointer_func.hpp"
14
15 namespace I2n
16 {
17
18 SharedBase::SharedBase()
19 {
20 } // eo SharedBase::SharedBase()
21
22
23 SharedBase::~SharedBase()
24 {
25 } // eo SharedBase::~SharedBase()
26
27
28 } // eo namespace I2n