Add privilege check code.
[platform/framework/native/appfw.git] / inc / FSysVibrator.h
index c4f3389..33463c3 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -151,7 +150,8 @@ public:
          * If the application is terminated, the vibration is canceled.
          *
          * @since 2.1
-         * @privilege     %http://tizen.org/privilege/vibrator
+        * @privlevel   public
+         * @privilege  %http://tizen.org/privilege/vibrator
          *
          * @return      An error code
          *
@@ -172,7 +172,8 @@ public:
         * The %Start() method returns the result immediately so that the vibration occurs simultaneously as the device runs.
         * If this method is called again before the previous vibration stops, the previous vibration is canceled and the new vibration starts immediately.
         *
-        * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern[] patterns, int length, int repeatCount).
+        * @brief       <i>[Deprecated]</i>
+        * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern*, int, int).
         * @since 2.0
         * @privlevel   public
         * @privilege   %http://tizen.org/privilege/vibrator
@@ -204,7 +205,8 @@ public:
         * The %Start() method returns the result immediately so that the vibration occurs simultaneously as the device runs.
         * If this method is called again before the previous vibration stops, the previous vibration is canceled and the new vibration starts immediately.
         *
-        * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern[] patterns, int length, int repeatCount).
+        * @brief       <i>[Deprecated]</i>
+        * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern*, int, int).
         * @since       2.0
         * @privlevel   public
         * @privilege   %http://tizen.org/privilege/vibrator