X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FSocketHandle.cti;h=aa618bcb8b1cfe36c68cbe43a90e7bef7bd73afd;hb=81447258e6ecc9b5d9434fa5a7d382684179c7ab;hp=56c14729488a4fd2e1a62d2add7cb428dbef27cf;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/SocketHandle.cti b/Socket/SocketHandle.cti index 56c1472..aa618bc 100644 --- a/Socket/SocketHandle.cti +++ b/Socket/SocketHandle.cti @@ -29,12 +29,16 @@ // Custom includes #include #include -#include "Utils/TypeInfo.hh" +#include "../Utils/TypeInfo.hh" #define prefix_ inline ///////////////////////////////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: