diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-18 12:12:52 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-18 12:12:52 +0000 |
commit | 83c9f9df7da331460c8511c145d181e3a98e30f0 (patch) | |
tree | daaf1be4c70c9041bcb3c26756735e7fb680ef85 /Source/CMMCPConnection.h | |
parent | a433ccb9b6ddc8de78d06629356d77e657fbc137 (diff) | |
download | sequelpro-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.h | 1 |
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; } |