1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
//
// File: Overload_AnException_Impl.cc
// Symbol: Overload.AnException-v1.0
// Symbol Type: class
// Babel Version: 0.10.2
// Description: Server-side implementation for Overload.AnException
//
// WARNING: Automatically generated; only changes within splicers preserved
//
// babel-version = 0.10.2
//
#include "Overload_AnException_Impl.hh"
#line 14 "../../../../babel/regression/overload/libCxx/Overload_AnException_Impl.cc"
// DO-NOT-DELETE splicer.begin(Overload.AnException._includes)
// Put additional includes or other arbitrary code here...
// DO-NOT-DELETE splicer.end(Overload.AnException._includes)
#line 18 "Overload_AnException_Impl.cc"
// user-defined constructor.
void Overload::AnException_impl::_ctor() {
#line 20 "../../../../babel/regression/overload/libCxx/Overload_AnException_Impl.cc"
// DO-NOT-DELETE splicer.begin(Overload.AnException._ctor)
self.setNote("AnException");
// DO-NOT-DELETE splicer.end(Overload.AnException._ctor)
#line 26 "Overload_AnException_Impl.cc"
}
// user-defined destructor.
void Overload::AnException_impl::_dtor() {
#line 27 "../../../../babel/regression/overload/libCxx/Overload_AnException_Impl.cc"
// DO-NOT-DELETE splicer.begin(Overload.AnException._dtor)
// add destruction details here
// DO-NOT-DELETE splicer.end(Overload.AnException._dtor)
#line 35 "Overload_AnException_Impl.cc"
}
// static class initializer.
void Overload::AnException_impl::_load() {
#line 34 "../../../../babel/regression/overload/libCxx/Overload_AnException_Impl.cc"
// DO-NOT-DELETE splicer.begin(Overload.AnException._load)
// guaranteed to be called at most once before any other method in this class
// DO-NOT-DELETE splicer.end(Overload.AnException._load)
#line 44 "Overload_AnException_Impl.cc"
}
// user-defined static methods: (none)
// user-defined non-static methods: (none)
#line 43 "../../../../babel/regression/overload/libCxx/Overload_AnException_Impl.cc"
// DO-NOT-DELETE splicer.begin(Overload.AnException._misc)
// Put miscellaneous code here
// DO-NOT-DELETE splicer.end(Overload.AnException._misc)
#line 55 "Overload_AnException_Impl.cc"
|