This commit is contained in:
bruce%cybersight.com 1999-04-25 13:31:05 +00:00
Родитель 6a345a6387
Коммит 6b1cb6c501
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -115,6 +115,7 @@
#include "nscore.h"
#include "nsError.h"
#include "nsString.h"
#include "nsCRT.h"
//========================================================================================
// Compiler-specific macros, as needed
@ -383,7 +384,7 @@ class NS_BASE nsFileSpec
// Queries and path algebra. These do not modify the disk.
//--------------------------------------------------
char* GetLeafName() const; // Allocated. Use delete [].
char* GetLeafName() const; // Allocated. Use nsCRT::free().
void SetLeafName(const char* inLeafName);
// inLeafName can be a relative path, so this allows
// one kind of concatenation of "paths".

Просмотреть файл

@ -115,6 +115,7 @@
#include "nscore.h"
#include "nsError.h"
#include "nsString.h"
#include "nsCRT.h"
//========================================================================================
// Compiler-specific macros, as needed
@ -383,7 +384,7 @@ class NS_BASE nsFileSpec
// Queries and path algebra. These do not modify the disk.
//--------------------------------------------------
char* GetLeafName() const; // Allocated. Use delete [].
char* GetLeafName() const; // Allocated. Use nsCRT::free().
void SetLeafName(const char* inLeafName);
// inLeafName can be a relative path, so this allows
// one kind of concatenation of "paths".