[Windows version] WindowImpl cleanup, fixes and improvements.
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / windows / trigger-event.cpp
index af42ad6..66221cb 100755 (executable)
@@ -42,7 +42,7 @@ TriggerEvent::TriggerEvent( CallbackBase* callback, TriggerEventInterface::Optio
   mOptions( options )\r
 {\r
   // Create accompanying file descriptor.\r
-  mThreadID = WindowsPlatformImplementation::GetCurrentThreadId();\r
+  mThreadID = WindowsPlatform::GetCurrentThreadId();\r
 \r
   if ( mThreadID < 0)\r
   {\r
@@ -70,7 +70,7 @@ void TriggerEvent::Trigger()
     // Increment event counter by 1.\r
     // Writing to the file descriptor triggers the Dispatch() method in the other thread\r
     // (if in multi-threaded environment).\r
-    WindowsPlatformImplementation::PostWinThreadMessage( WIN_CALLBACK_EVENT, reinterpret_cast<uint64_t>( mSelfCallback ), 0, mThreadID );\r
+    WindowsPlatform::PostWinThreadMessage( WIN_CALLBACK_EVENT, reinterpret_cast<uint64_t>( mSelfCallback ), 0, mThreadID );\r
   }\r
   else\r
   {\r