Comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9373 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-12-14 16:38:20 +00:00
parent c6b604aad4
commit 6793a2b9cd

View File

@ -1,4 +1,4 @@
// os.h copyright "Ruurd A. Reitsma" <R.A.Reitsma@wbmt.tudelft.nl>
// os.h copyright "Ruurd A. Reitsma" <rareitsma@yahoo.com>
#ifndef OS_H
#define OS_H
@ -42,9 +42,9 @@ public:
// no-op on UNIX, '\\'->'/' on OS/2 and Win32, ':'->'/' on MacOS, etc.
static string slashify_path(string p);
// converts a host OS path to unix style
// Converts a unix style path to host OS style.
static string external_path(string const &p);
// converts a unix path to host OS style
// Converts a host OS style path to unix style.
static string internal_path(string const &p);
// is path absolute?
static bool is_absolute_path(string const & p);