1 #ifndef COPYABLE_H 2 #define COPYABLE_H 3 4 class Copyable 5 { 6 public: 7 }; 8 9 #endif // COPYABLE_H 10