Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-03-08 14:28:44 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-08 14:28:58 +0300
commit266a2b873eaa25ae0bc1cf16733fba0cc1fcd1e3 (patch)
treed335bfd52b4b36621a832313c2605b71aff2fad9 /src/murmur/MurmurIceWrapper.cpp
parent1c95ce92243aee953a31612a97eff195ca572d82 (diff)
setSuperuserPasssword => setSuperuserPassword
Diffstat (limited to 'src/murmur/MurmurIceWrapper.cpp')
-rw-r--r--src/murmur/MurmurIceWrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/murmur/MurmurIceWrapper.cpp b/src/murmur/MurmurIceWrapper.cpp
index f13ed3467..88055ca56 100644
--- a/src/murmur/MurmurIceWrapper.cpp
+++ b/src/murmur/MurmurIceWrapper.cpp
@@ -42,8 +42,8 @@ void ::Murmur::ServerI::setConf_async(const ::Murmur::AMD_Server_setConfPtr &cb,
IceEvent *ie = new IceEvent(boost::bind(&impl_Server_setConf, cb, QString::fromStdString(current.id.name).toInt(), p1, p2));
QCoreApplication::instance()->postEvent(mi, ie);
};
-void ::Murmur::ServerI::setSuperuserPasssword_async(const ::Murmur::AMD_Server_setSuperuserPassswordPtr &cb, const ::std::string& p1, const ::Ice::Current &current) {
- IceEvent *ie = new IceEvent(boost::bind(&impl_Server_setSuperuserPasssword, cb, QString::fromStdString(current.id.name).toInt(), p1));
+void ::Murmur::ServerI::setSuperuserPassword_async(const ::Murmur::AMD_Server_setSuperuserPasswordPtr &cb, const ::std::string& p1, const ::Ice::Current &current) {
+ IceEvent *ie = new IceEvent(boost::bind(&impl_Server_setSuperuserPassword, cb, QString::fromStdString(current.id.name).toInt(), p1));
QCoreApplication::instance()->postEvent(mi, ie);
};
void ::Murmur::ServerI::getLog_async(const ::Murmur::AMD_Server_getLogPtr &cb, ::Ice::Int p1, ::Ice::Int p2, const ::Ice::Current &current) {