e0d94e53d9
- Utilize DOCSDIR PR: 58882 Submitted by: Ports Fury
15 lines
401 B
C++
15 lines
401 B
C++
--- inc/WManager.H.orig Mon Nov 15 00:28:36 1999
|
|
+++ inc/WManager.H Sun Nov 2 02:38:20 2003
|
|
@@ -80,10 +80,10 @@
|
|
|
|
private:
|
|
Interface* _Interface;
|
|
- string* _ConfigurationFilename;
|
|
+ std::string* _ConfigurationFilename;
|
|
|
|
void
|
|
- _ParseConfigurationFile(ifstream* filestream);
|
|
+ _ParseConfigurationFile(std::ifstream* filestream);
|
|
|
|
void
|
|
_TokenizeAndAddToBrowser(char* entry);
|