Skip to content

Commit

Permalink
Merge pull request #1468 from dgelessus/plvault_std_containers
Browse files Browse the repository at this point in the history
Port plVaultClientApi to standard C++ containers
  • Loading branch information
Hoikas authored Sep 12, 2023
2 parents ad85620 + b760a54 commit cfe6406
Show file tree
Hide file tree
Showing 8 changed files with 300 additions and 1,024 deletions.
2 changes: 0 additions & 2 deletions Sources/Plasma/NucleusLib/pnUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ set(pnUtils_HEADERS
pnUtCoreLib.h
pnUtAllIncludes.h
pnUtCrypt.h
pnUtHash.h
pnUtList.h
pnUtStr.h
pnUtTime.h
)

set(pnUtils_SOURCES
pnUtCrypt.cpp
pnUtHash.cpp
pnUtList.cpp
pnUtStr.cpp
pnUtTime.cpp
Expand Down
1 change: 0 additions & 1 deletion Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ You can contact Cyan Worlds, Inc. by email [email protected]

#include "pnUtCoreLib.h" // must be first in list
#include "pnUtList.h"
#include "pnUtHash.h"
#include "pnUtTime.h"
#include "pnUtStr.h"
#include "pnUtCrypt.h"
Expand Down
93 changes: 0 additions & 93 deletions Sources/Plasma/NucleusLib/pnUtils/pnUtHash.cpp

This file was deleted.

Loading

0 comments on commit cfe6406

Please sign in to comment.