X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocolServerSocketHandle.cti;h=b104c49c5f2f524febca47a82585992335043024;hb=cb10487f67b404334eaffa60f074b8eca8f871de;hp=9c7a44907fb17a02c8850bf2113bf95c41d61a90;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/ProtocolServerSocketHandle.cti b/Socket/ProtocolServerSocketHandle.cti index 9c7a449..b104c49 100644 --- a/Socket/ProtocolServerSocketHandle.cti +++ b/Socket/ProtocolServerSocketHandle.cti @@ -35,6 +35,11 @@ ///////////////////////////////cti.p/////////////////////////////////////// template +prefix_ senf::ProtocolServerSocketHandle:: +ProtocolServerSocketHandle(UninitializedType) +{} + +template prefix_ senf::ProtocolServerSocketHandle::ProtocolServerSocketHandle() : ServerSocketHandle( std::auto_ptr(new SocketProtocol())) @@ -113,4 +118,6 @@ ProtocolServerSocketHandle(FileHandle other, bool isChecked) // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: