passing string by const ref

This commit is contained in:
Matej Sekoranja
2012-08-20 16:36:44 +02:00
parent 99d55ef56b
commit ae718719c3
18 changed files with 316 additions and 88 deletions

View File

@@ -74,7 +74,7 @@ private:
void initializeUDPTransport() { }
void internalDestroy() { }
void destroyAllChannels() { }
void checkChannelName(String& name) {}
void checkChannelName(String const & name) {}
void checkState() { }
pvAccessID generateCID()
{