aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-18 12:12:52 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-18 12:12:52 +0000
commit83c9f9df7da331460c8511c145d181e3a98e30f0 (patch)
treedaaf1be4c70c9041bcb3c26756735e7fb680ef85 /Source/CMMCPConnection.h
parenta433ccb9b6ddc8de78d06629356d77e657fbc137 (diff)
downloadsequelpro-83c9f9df7da331460c8511c145d181e3a98e30f0.tar.gz
sequelpro-83c9f9df7da331460c8511c145d181e3a98e30f0.tar.bz2
sequelpro-83c9f9df7da331460c8511c145d181e3a98e30f0.zip
• further tiny improvements for queryString's speed
- cStringFromString function pointer is cached - if utf8 encoding make usage of UTF8String but implemented inside of queryString (otherwise no effect) • tiny code cosmetics
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index 26590d85..4005c19b 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -76,6 +76,7 @@
BOOL delegateResponseToWillQueryString;
BOOL consoleLoggingEnabled;
+ IMP cStringPtr;
IMP willQueryStringPtr;
}