9 lines
118 B
C++
9 lines
118 B
C++
#ifndef _PAGEFRAME_H_
|
|
#define _PAGEFRAME_H_
|
|
class PageFrame {
|
|
private:
|
|
public:
|
|
PageFrame();
|
|
};
|
|
#endif
|