diff PalantirServer/DicomProtocol/DicomServer.h @ 2:67a6978503b7

fixing Windows build
author Jodogne@Laptop
date Thu, 19 Jul 2012 22:33:27 +0200
parents 3959d33612cc
children
line wrap: on
line diff
--- a/PalantirServer/DicomProtocol/DicomServer.h	Thu Jul 19 14:32:22 2012 +0200
+++ b/PalantirServer/DicomProtocol/DicomServer.h	Thu Jul 19 22:33:27 2012 +0200
@@ -58,8 +58,8 @@
 
     ~DicomServer();
 
-    void SetPort(uint16_t port);
-    uint16_t GetPort() const;
+    void SetPortNumber(uint16_t port);
+    uint16_t GetPortNumber() const;
 
     void SetThreaded(bool isThreaded);
     bool IsThreaded() const;