cec: cleanups, documentation and some fixes for the last commits
[deb_libcec.git] / src / lib / devices / CECBusDevice.h
index e93f1d34443201407a0d6a8b1ac182a380874217..0e11d42725a5591f5670b60a5e02bf52501afa68 100644 (file)
@@ -85,6 +85,7 @@ namespace CEC
 
     virtual bool                  TransmitOSDString(const cec_logical_address destination, cec_display_control duration, const char *strMessage);
 
+    virtual CStdString            GetCurrentOSDName(void);
     virtual CStdString            GetOSDName(const cec_logical_address initiator, bool bUpdate = false);
     virtual void                  SetOSDName(CStdString strName);
     virtual bool                  RequestOSDName(const cec_logical_address source, bool bWaitForResponse = true);