add new features
[framework/osp/appwidget-service.git] / inc / FShell_AppWidgetManagerStub.h
index 5c81fae..fde5e57 100644 (file)
 #include <FBaseRtIEventListener.h>
 #include <FIo_IIpcServerEventListener.h>
 
+namespace Tizen { namespace Base  { namespace Collection
+{
+class HashMap;
+}}}
+
 namespace Tizen { namespace Shell  { namespace App {
 
 /**
@@ -41,6 +46,7 @@ class _AppWidgetManagerStub
 {
 
 public:
+       bool SendAppWidgetEvent(const int clientId, const Tizen::Base::String& instanceId, const Tizen::Base::String& operationId, Tizen::Base::Collection::HashMap* pArgs);
        bool SendTouchEvent(const int clientId, const Tizen::Base::String& instanceId, int eventType, double timestamp, double x, double y);
        bool SendTouchEventForPD(const int clientId, const Tizen::Base::String& instanceId, int eventType, double timestamp, double x, double y);