00001 // EPOS-- Display Mediator Common Package 00002 // 00003 // This work is licensed under the Creative Commons 00004 // Attribution-NonCommercial-NoDerivs License. To view a copy of this license, 00005 // visit http://creativecommons.org/licenses/by-nc-nd/2.0/ or send a letter to 00006 // Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. 00007 00008 00009 #ifndef __display_h 00010 #define __display_h 00011 00012 #include <system/config.h> 00013 00014 __BEGIN_SYS 00015 00016 class Display_Common 00017 { 00018 protected: 00019 Display_Common() {} 00020 }; 00021 00022 __END_SYS 00023 00024 #include __HEADER_MACH(display) 00025 00026 #endif