Changeset 3727

Show
Ignore:
Timestamp:
09/13/07 02:07:17 (1 year ago)
Author:
timothy
Message:

Add more #ifdefs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Chat Core/MVChatConnection.m

    r3722 r3727  
    13111311 
    13121312                if( realLocalEcho ) { 
     1313#if USE(ATTRIBUTED_CHAT_STRING) 
    13131314                        NSString *cformat = nil; 
    13141315 
     
    13291330                        NSData *msgData = [realMessage chatFormatWithOptions:options]; 
    13301331                        [options release]; 
     1332#elif USE(PLAIN_CHAT_STRING) 
     1333                        NSData *msgData = [realMessage dataUsingEncoding:realEncoding]; 
     1334#endif 
    13311335 
    13321336                        if( [target isKindOfClass:[MVChatRoom class]] ) {