mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Deprecate plFileUtils and parts of pnUtPath
This commit is contained in:
@ -44,6 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "pnKeyedObject/plUoid.h"
|
||||
#include "plFileSystem.h"
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
@ -63,8 +64,8 @@ protected:
|
||||
|
||||
bool fOptimized; // True after optimization if the page was already optimized
|
||||
|
||||
const char* fPagePath; // Path to our page
|
||||
char fTempPagePath[512]; // Path to the temp output page
|
||||
plFileName fPagePath; // Path to our page
|
||||
plFileName fTempPagePath; // Path to the temp output page
|
||||
plLocation fLoc; // Location of our page
|
||||
plRegistryPageNode* fPageNode; // PageNode for our page
|
||||
|
||||
@ -78,7 +79,7 @@ protected:
|
||||
void IRewritePage();
|
||||
|
||||
public:
|
||||
plPageOptimizer(const char* pagePath);
|
||||
plPageOptimizer(const plFileName& pagePath);
|
||||
|
||||
void Optimize();
|
||||
};
|
||||
|
Reference in New Issue
Block a user