Commit 489c44152f48ddea84b4dc031786b7fc866aaee7

Authored by taeyoon
1 parent 5aaa9f80

Change "SLP" to "Tizen"

Change-Id: I300bf3260b3dfec153583e5b4c0c1ee6ee1eebea
examples/atlas/atlas-example.cpp
... ... @@ -221,7 +221,7 @@ void RunTest( Application& application )
221 221 application.MainLoop(Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS);
222 222 }
223 223  
224   -// Entry point for Linux & SLP applications
  224 +// Entry point for Linux & Tizen applications
225 225 //
226 226 int main( int argc, char **argv )
227 227 {
... ...
examples/buttons/buttons-example.cpp
... ... @@ -484,7 +484,7 @@ void RunTest( Application& application )
484 484 application.MainLoop();
485 485 }
486 486  
487   -// Entry point for Linux & SLP applications
  487 +// Entry point for Linux & Tizen applications
488 488 //
489 489 int main( int argc, char **argv )
490 490 {
... ...
examples/cluster/cluster-example.cpp
... ... @@ -865,7 +865,7 @@ void RunTest(Application& app)
865 865 app.MainLoop();
866 866 }
867 867  
868   -// Entry point for Linux & SLP applications
  868 +// Entry point for Linux & Tizen applications
869 869 //
870 870 int main(int argc, char **argv)
871 871 {
... ...
examples/cube-transition-effect/cube-transition-effect-example.cpp
... ... @@ -417,7 +417,7 @@ void CubeTransitionApp::OnKeyEvent(const KeyEvent& event)
417 417 }
418 418 }
419 419  
420   -// Entry point for Linux & SLP applications
  420 +// Entry point for Linux & Tizen applications
421 421 int main( int argc, char **argv )
422 422 {
423 423 Application application = Application::New( &argc, &argv );
... ...
examples/dissolve-effect/dissolve-effect-example.cpp
... ... @@ -410,7 +410,7 @@ bool DissolveEffectApp::OnTimerTick()
410 410 return false; //return false to stop the timer
411 411 }
412 412  
413   -// Entry point for Linux & SLP applications
  413 +// Entry point for Linux & Tizen applications
414 414 int main( int argc, char **argv )
415 415 {
416 416 Application application = Application::New( &argc, &argv );
... ...
examples/hello-world/hello-world-example.cpp
... ... @@ -79,7 +79,7 @@ void RunTest( Application& application )
79 79 application.MainLoop();
80 80 }
81 81  
82   -// Entry point for Linux & SLP applications
  82 +// Entry point for Linux & Tizen applications
83 83 //
84 84 int main( int argc, char **argv )
85 85 {
... ...
examples/logging/logging-example.cpp
... ... @@ -763,7 +763,7 @@ void RunTest( Application& application )
763 763 application.MainLoop();
764 764 }
765 765  
766   -// Entry point for Linux & SLP applications
  766 +// Entry point for Linux & Tizen applications
767 767 //
768 768 int main( int argc, char **argv )
769 769 {
... ...
examples/magnifier/magnifier-example.cpp
... ... @@ -422,7 +422,7 @@ void RunTest( Application& application )
422 422 application.MainLoop();
423 423 }
424 424  
425   -// Entry point for Linux & SLP applications
  425 +// Entry point for Linux & Tizen applications
426 426 //
427 427 int main( int argc, char **argv )
428 428 {
... ...
examples/motion-blur/motion-blur-example.cpp
... ... @@ -537,7 +537,7 @@ void RunTest(Application& app)
537 537 app.MainLoop();
538 538 }
539 539  
540   -// Entry point for Linux & SLP applications
  540 +// Entry point for Linux & Tizen applications
541 541 //
542 542 int main(int argc, char **argv)
543 543 {
... ...
examples/motion-stretch/motion-stretch-example.cpp
... ... @@ -435,7 +435,7 @@ void RunTest(Application& app)
435 435 app.MainLoop();
436 436 }
437 437  
438   -// Entry point for Linux & SLP applications
  438 +// Entry point for Linux & Tizen applications
439 439 //
440 440 int main(int argc, char **argv)
441 441 {
... ...
examples/new-window/new-window-example.cpp
... ... @@ -449,7 +449,7 @@ void RunTest(Application& app)
449 449 app.MainLoop(Configuration::APPLICATION_DOES_NOT_HANDLE_CONTEXT_LOSS);
450 450 }
451 451  
452   -// Entry point for Linux & SLP applications
  452 +// Entry point for Linux & Tizen applications
453 453 //
454 454  
455 455 int main(int argc, char **argv)
... ...
examples/text-view/text-view-example.cpp
... ... @@ -189,7 +189,7 @@ void RunTest( Application& application )
189 189 application.MainLoop();
190 190 }
191 191  
192   -// Entry point for Linux & SLP applications
  192 +// Entry point for Linux & Tizen applications
193 193 //
194 194 int main( int argc, char **argv )
195 195 {
... ...