diff -r 06ff229162e9 -r 11d3954df52a src/hbcore/devicedialogbase/devicedialogserver/hbdevicedialogmanager.cpp --- 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.