/[gnustep]/gnustep/dev-libs/gsweb/GSWeb.framework/GSWDynamicURLString.m
ViewVC logotype

Diff of /gnustep/dev-libs/gsweb/GSWeb.framework/GSWDynamicURLString.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by dwetzel, Wed Apr 6 19:45:32 2005 UTC revision 1.15 by dwetzel, Fri Sep 30 15:29:59 2005 UTC
# Line 261  static SEL appendStringSel = NULL; Line 261  static SEL appendStringSel = NULL;
261  };  };
262    
263  //--------------------------------------------------------------------  //--------------------------------------------------------------------
264    
265    - (NSData*) dataUsingEncoding: (NSStringEncoding)encoding allowLossyConversion: (BOOL)flag
266    {
267      if (!_flags.composed)
268      {
269        [self _compose];
270      }
271    
272      return [_url dataUsingEncoding: encoding allowLossyConversion: flag];
273    }
274    
275    //--------------------------------------------------------------------
276  -(id)initWithCoder:(NSCoder*)coder  -(id)initWithCoder:(NSCoder*)coder
277  {  {
278    //NSDebugMLLog(@"low",@"new GSWDynamicURLString %p",self);    //NSDebugMLLog(@"low",@"new GSWDynamicURLString %p",self);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26