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:
authorStefan Hacker <dd0t@users.sourceforge.net>2015-10-19 23:58:51 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2015-10-25 21:40:11 +0300
commit0db712ed938ba368b7a4349d8d89a3edb81e6ab2 (patch)
tree0f09c9a3f074589932c70afb319fc60ee2d10180 /src/murmur/MurmurIceWrapper.cpp
parenta8bed2987c99d6c35ccf4a6100dbed26d11d7bbb (diff)
Make mkwrapper.pl write a banner to its generated files
In each generated file we want to have a banner that warns of modification by hand and indicates the generator responsible for the file. This patch extends mkwrapper.pl to write such a header. It also switches mkwrapper.pl away from barewords for file-handles. Apparently those are no longer considered idiomatic Perl and they broke the "iterate over list of handles" thing this patch does.
Diffstat (limited to 'src/murmur/MurmurIceWrapper.cpp')
-rw-r--r--src/murmur/MurmurIceWrapper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/murmur/MurmurIceWrapper.cpp b/src/murmur/MurmurIceWrapper.cpp
index 7e23317d4..7da5bdc8d 100644
--- a/src/murmur/MurmurIceWrapper.cpp
+++ b/src/murmur/MurmurIceWrapper.cpp
@@ -1,4 +1,7 @@
+// Auto-generated by scripts/mkwrapper.pl . Do not edit manually.
+
+
void ::Murmur::ServerI::isRunning_async(const ::Murmur::AMD_Server_isRunningPtr &cb, const ::Ice::Current &current) {
// qWarning() << "isRunning" << meta->mp.qsIceSecretRead.isNull() << meta->mp.qsIceSecretRead.isEmpty();
#ifndef ACCESS_Server_isRunning_ALL