50 #ifndef LINKSPLAYERADAPTER_H_
51 #define LINKSPLAYERADAPTER_H_
53 #include "../../../../../model/ExecutionObject.h"
54 using namespace ::br::pucrio::telemidia::ginga::ncl::model::components;
56 #include "../../../../../model/PresentationEvent.h"
57 using namespace ::br::pucrio::telemidia::ginga::ncl::model::event;
59 #include "../../../../FormatterPlayerAdapter.h"
60 using namespace ::br::pucrio::telemidia::ginga::ncl::adapters;
62 #include "mb/ILocalScreenManager.h"
63 using namespace ::br::pucrio::telemidia::ginga::core::mb;
65 #include "system/compat/SystemCompat.h"
66 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
78 namespace application {
87 void updateProperties();
91 bool setPropertyValue(
92 AttributionEvent* event,
string value);
Definition: LinksPlayerAdapter.h:80
Definition: IPlayerAdapterManager.h:65
Definition: FormatterPlayerAdapter.h:105