fURL
fURL(url)
const char* args[] = { fURL.String(), NULL };
BString fURL;
fURL = url;
fURL(other.fURL)
fURL = url;
return fURL.Length() > 0 ? fURL.String() : NULL;
BString fURL;
return fDateTime < other.fDateTime || fURL < other.fURL;
return fDateTime > other.fDateTime || fURL > other.fURL;
fURL(url),
archive->FindString("url", &fURL);
status = archive->AddString("url", fURL.String());
fURL = other.fURL;
return fURL == other.fURL && fDateTime == other.fDateTime
const BString& URL() const { return fURL; }
BString fURL;
fURL(download->URL()),
fURL(),
fURL = string;
ret = archive->AddString("url", fURL.String());
request->AddString("url", fURL);
data->AddData("text/plain", B_MIME_TYPE, fURL.String(),
fURL.Length());
copyURL->SetEnabled(fURL.Length() > 0);
return fURL;
BString fURL;