diff options
Diffstat (limited to 'krdc/smartptr.cpp')
-rw-r--r-- | krdc/smartptr.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/krdc/smartptr.cpp b/krdc/smartptr.cpp new file mode 100644 index 00000000..e11ffb41 --- /dev/null +++ b/krdc/smartptr.cpp @@ -0,0 +1,17 @@ +/*************************************************************************** + begin : Wed Jan 19 02:19 CET 2003 + copyright : (C) 2003 by Tim Jansen + email : tim@tjansen.de + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include <smartptr.h> + |