00001 #ifndef LIST_VIEW_COMPONENT_H 00002 #define LIST_VIEW_COMPONENT_H 00003 00015 #include "componentInterface.h" 00016 00017 00021 class ListViewComponent : ComponentInterface { 00022 public: 00023 ListViewComponent(void); 00024 ~ListViewComponent(void); 00025 }; 00026 00027 #endif /* !LIST_VIEW_COMPONENT_H */ 00028