#include "../../chapter8/RoomBooking.idl"
#include "Management.idl"

module com {
module wiley {
module compbooks {
module brose {
module chapter15 {
module management {
module example {

    interface ManagedRoom :
        com::wiley::compbooks::brose::chapter8::roomBooking::Room,
        management::ManagedObject,
        management::ManagedServer
    {};
    
}; }; }; }; }; };
};
