Remove 'and Mike Taylor' clause from copyright
[yazpp-moved-to-github.git] / src / yaz-pdu-assoc-thread.cpp
index e9f5178..951879a 100644 (file)
@@ -1,8 +1,11 @@
 /* This file is part of the yazpp toolkit.
- * Copyright (C) 1998-2009 Index Data and Mike Taylor
+ * Copyright (C) Index Data 
  * See the file LICENSE for details.
  */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifdef WIN32
 #define USE_THREADS 1
 #endif
@@ -44,7 +47,12 @@ PDU_AssocThread::PDU_AssocThread(
     ISocketObservable *socketObservable)
     : PDU_Assoc(socketObservable)
 {
-    
+
+}
+
+PDU_AssocThread::~PDU_AssocThread()
+{
+
 }
 
 void worker::run()
@@ -61,7 +69,7 @@ void worker::run()
 void __cdecl
 #else
 void *
-#endif 
+#endif
 events(void *p)
 {
     worker *w = (worker *) p;
@@ -80,7 +88,7 @@ void PDU_AssocThread::childNotify(COMSTACK cs)
     /// Clone PDU Observer
     new_observable->m_PDU_Observer =
         m_PDU_Observer->sessionNotify(new_observable, cs_fileno(cs));
-    
+
     if (!new_observable->m_PDU_Observer)
     {
         new_observable->shutdown();