String -> std::string, toString methods removed

This commit is contained in:
Matej Sekoranja
2014-06-19 14:29:41 +02:00
parent 2287c857ea
commit ba4102639e
55 changed files with 652 additions and 713 deletions

View File

@@ -74,7 +74,7 @@ private:
void initializeUDPTransport() { }
void internalDestroy() { }
void destroyAllChannels() { }
void checkChannelName(String const & name) {}
void checkChannelName(std::string const & name) {}
void checkState() { }
pvAccessID generateCID()
{
@@ -87,7 +87,7 @@ private:
{
return NULL;
}
Channel* createChannelInternal(String name, ChannelRequester* requester, short priority,
Channel* createChannelInternal(std::string name, ChannelRequester* requester, short priority,
InetAddrVector* addresses)
{
return NULL;