src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogmanager.cpp
changeset 3 11d3954df52a
parent 0 16d8024aca5e
--- a/src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogmanager.cpp	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogmanager.cpp	Thu May 27 13:10:59 2010 +0300
@@ -112,6 +112,16 @@
 
 /*!
     \internal
+    Publish current orientation to PS-key
+    Returns error code if updating fails. 0 if updating succeeds.
+*/
+int HbDeviceDialogManager::publishOrientation(int orientation)
+{
+    return d->publishOrientation(orientation);
+}
+
+/*!
+    \internal
     Instructs HbDeviceDialogManager to close a concrete device dialog widget.
     Widget is identified by identifier.