ソースを参照

STYLE: cleanup

Marco Nolden 14 年 前
コミット
6a64804fe2
共有1 個のファイルを変更した0 個の追加7 個の削除を含む
  1. 0 7
      Plugins/org.commontk.dicom.wg23.core/ctkDicomExchangeInterface.h

+ 0 - 7
Plugins/org.commontk.dicom.wg23.core/ctkDicomExchangeInterface.h

@@ -36,13 +36,6 @@ class org_commontk_dicom_wg23_core_EXPORT ctkDicomExchangeInterface : public QOb
 
 public:
 
-  // Host interface methods
-//  virtual QString generateUID() = 0;
-//  virtual QRect getAvailableScreen(const QRect& preferredScreen) = 0;
-//  virtual QString getOutputLocation(const QStringList& preferredProtocols) = 0;
-//  virtual void notifyStateChanged(ctkDicomWG23::State state) = 0;
-//  virtual void notifyStatus(const ctkDicomWG23::Status& status) = 0;
-
   // Data exchange interface methods
   // ...