~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/System/Classes/url.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (1.2.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100423070940-juy8n05xs1b6au8i
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
};
42
42
CONCRETE_CODE(url);
43
43
 
44
 
ostream& operator << (ostream& out, url u);
 
44
tm_ostream& operator << (tm_ostream& out, url u);
45
45
string as_string (url u, int type= URL_SYSTEM);
46
46
inline url as_url(tree t) { return url(t); }
47
47