X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.cti;h=05b3790b7255705feafed24eac3b598c95fd0934;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=56c14729488a4fd2e1a62d2add7cb428dbef27cf;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/SocketHandle.cti b/Socket/SocketHandle.cti index 56c1472..05b3790 100644 --- a/Socket/SocketHandle.cti +++ b/Socket/SocketHandle.cti @@ -35,6 +35,10 @@ ///////////////////////////////cti.p/////////////////////////////////////// template +prefix_ senf::SocketHandle::SocketHandle() +{} + +template template prefix_ senf::SocketHandle::SocketHandle(SocketHandle other, typename IsCompatible::type *) @@ -195,4 +199,6 @@ prefix_ senf::detail::ConvertibleString::ConvertibleString(T const & other) // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: