[gnote] Replace std::string by Glib::ustring in RemoteControlClient



commit f7dd56577e052e00d45afe500086035ab3c59f57
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Fri Feb 17 22:07:08 2017 +0200

    Replace std::string by Glib::ustring in RemoteControlClient

 src/dbus/remotecontrolclient.hpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/dbus/remotecontrolclient.hpp b/src/dbus/remotecontrolclient.hpp
index c31871a..d4eda93 100644
--- a/src/dbus/remotecontrolclient.hpp
+++ b/src/dbus/remotecontrolclient.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011 Aurimas Cernius
+ * Copyright (C) 2011,2017 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -37,9 +37,9 @@ public:
                       const char *name, const char *interface_name,
                       const Glib::RefPtr<Gio::DBus::InterfaceInfo> & gnote_interface);
 
-  virtual void NoteAdded(const std::string&) {}
-  virtual void NoteDeleted(const std::string&, const std::string&) {}
-  virtual void NoteSaved(const std::string&) {}
+  virtual void NoteAdded(const Glib::ustring&) {}
+  virtual void NoteDeleted(const Glib::ustring&, const Glib::ustring&) {}
+  virtual void NoteSaved(const Glib::ustring&) {}
 
 
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]