src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogmanager.cpp
changeset 3 11d3954df52a
parent 0 16d8024aca5e
equal deleted inserted replaced
2:06ff229162e9 3:11d3954df52a
   110     return d->updateDeviceDialog(identifier, parameters);
   110     return d->updateDeviceDialog(identifier, parameters);
   111 }
   111 }
   112 
   112 
   113 /*!
   113 /*!
   114     \internal
   114     \internal
       
   115     Publish current orientation to PS-key
       
   116     Returns error code if updating fails. 0 if updating succeeds.
       
   117 */
       
   118 int HbDeviceDialogManager::publishOrientation(int orientation)
       
   119 {
       
   120     return d->publishOrientation(orientation);
       
   121 }
       
   122 
       
   123 /*!
       
   124     \internal
   115     Instructs HbDeviceDialogManager to close a concrete device dialog widget.
   125     Instructs HbDeviceDialogManager to close a concrete device dialog widget.
   116     Widget is identified by identifier.
   126     Widget is identified by identifier.
   117 
   127 
   118     Returns error code if closing fails. 0 if closing succeeds.
   128     Returns error code if closing fails. 0 if closing succeeds.
   119 */
   129 */