rx: Remove RX_CALL_BUSY
[openafs.git] / src / WINNT / client_exp / PropVolume.h
1 #pragma once
2 #include "resource.h"
3 #include "PropBase.h"
4
5 class CPropVolume : public PropertyPage
6 {
7 public:
8     CPropVolume(const CStringArray& filenames) : PropertyPage(filenames){}
9
10     virtual BOOL PropPageProc(HWND hwnd, UINT uMessage, WPARAM wParam, LPARAM lParam);
11
12 private:
13 };