mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Fully remove hsStlUtils, as it is now completely unused
This commit is contained in:
@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plNetClientMsgHandler_inc
|
||||
|
||||
#include "plNetCommon/plNetMsgHandler.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -301,7 +301,7 @@ void plNetLinkingMgr::SetEnabled( bool b )
|
||||
std::string plNetLinkingMgr::GetProperAgeName( const char * ageName )
|
||||
{
|
||||
plNetClientMgr * nc = plNetClientMgr::GetInstance();
|
||||
hsFolderIterator it("dat"PATH_SEPARATOR_STR"*.age", true);
|
||||
hsFolderIterator it("dat" PATH_SEPARATOR_STR "*.age", true);
|
||||
while ( it.NextFile() )
|
||||
{
|
||||
std::string work = it.GetFileName();
|
||||
|
@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plNetLinkingMgr_h_inc
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "hsBitVector.h"
|
||||
#include "plNetCommon/plNetServerSessionInfo.h"
|
||||
#include "plNetCommon/plNetCommon.h"
|
||||
|
@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plNetObjectDebugger_inc
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "pnKeyedObject/plUoid.h"
|
||||
#include "pnNetCommon/plNetApp.h"
|
||||
|
||||
|
@ -43,7 +43,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plNetVoiceList_h
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
//
|
||||
// a simple class used by the net client code to hold listenLists and talkLists
|
||||
|
Reference in New Issue
Block a user