Salome HOME
Support of wide string
[modules/shaper.git] / src / Events / Events_InfoMessage.h
index a64b5e8bf64e4ceb40947ac5e891f8670f47abd6..ea19ee115017c12e0c3ed7417afb036a947ab02d 100644 (file)
@@ -95,6 +95,10 @@ public:
   /// Returns list of parameters
   std::list<std::string> parameters() const { return myParameters; }
 
+  /// Add parameter for message string of wstring type
+  /// \param theParam the parameter
+  EVENTS_EXPORT Events_InfoMessage& arg(const std::wstring& theParam);
+
   /// Add parameter for message string of string type
   /// \param theParam the parameter
   Events_InfoMessage& arg(const std::string& theParam) { addParameter(theParam); return *this; }