1 // Copyright (C) 2010, Guy Barrand. All rights reserved.
2 // See the file tools.license for terms.
4 #ifndef tools_metal_session_hm
5 #define tools_metal_session_hm
7 #include "../Cocoa/session.hm"
12 class session : public Cocoa::session {
13 typedef Cocoa::session parent;
15 session(std::ostream& a_out):parent(a_out){}
18 session(const session& a_from):parent(a_from) {}
19 session& operator=(const session&){return *this;}