瀏覽代碼

Revert "Change test to use new ctkDcmSCU"

This reverts commit 28acee50584c743d28e5ff1bd73c27d1bce88d9b.

This work will be moved to a branch
Steve Pieper 13 年之前
父節點
當前提交
e245a9673a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Applications/ctkDICOMDemoSCU/ctkDICOMDemoSCUMain.cpp

+ 2 - 2
Applications/ctkDICOMDemoSCU/ctkDICOMDemoSCUMain.cpp

@@ -19,7 +19,7 @@
 =========================================================================*/
 
 #include "dcmtk/config/osconfig.h"    /* make sure OS specific configuration is included first */
-#include "ctkDcmSCU.h"
+#include "dcmtk/dcmnet/scu.h"
 
 // STD includes
 #include <cstdlib>
@@ -53,7 +53,7 @@ int main(int argc, char** argv)
   }
     
   // Setup SCU
-  ctkDcmSCU scu;
+  DcmSCU scu;
   scu.setPeerHostName(host);
   scu.setPeerPort(port);
   OFString verificationSOP = UID_VerificationSOPClass;