root/libcrash/trunk/.makeclass.cc

Revision 135, 136 bytes (checked in by athomas, 4 years ago)

Initial import.

Line 
1 #include <crash/${CLASSNAME}.h>
2
3 namespace crash {
4
5 ${CLASSNAME}::${CLASSNAME}() {
6 }
7
8 ${CLASSNAME}::~${CLASSNAME}() {
9 }
10
11 } // namespace
Note: See TracBrowser for help on using the browser.