diff --git a/engine/server/application/CentralServer/src/shared/AuctionTransferGameAPI/Base/Archive.cpp b/engine/server/application/CentralServer/src/shared/AuctionTransferGameAPI/Base/Archive.cpp index 8ad45428..5385a1b6 100755 --- a/engine/server/application/CentralServer/src/shared/AuctionTransferGameAPI/Base/Archive.cpp +++ b/engine/server/application/CentralServer/src/shared/AuctionTransferGameAPI/Base/Archive.cpp @@ -29,7 +29,6 @@ namespace Base #endif #if defined (PASCAL_STRING) -#pragma message ("--- Packing pascal style strings ---") void get(Base::ByteStream::ReadIterator& source, std::string& target) { unsigned int size = 0; @@ -48,10 +47,9 @@ namespace Base const unsigned int size = source.size(); put(target, size); target.put(source.data(), size * sizeof (char)); - } + } #else -#pragma message ("--- Packing c style strings ---") void get(ByteStream::ReadIterator & source, std::string & target) { target = reinterpret_cast(source.getBuffer()); diff --git a/external/3rd/library/platform/utils/Base/Archive.cpp b/external/3rd/library/platform/utils/Base/Archive.cpp index 7d59c663..fa1ec78e 100755 --- a/external/3rd/library/platform/utils/Base/Archive.cpp +++ b/external/3rd/library/platform/utils/Base/Archive.cpp @@ -29,7 +29,6 @@ namespace Base #endif #if defined (PASCAL_STRING) -#pragma message ("--- Packing pascal style strings ---") void get(Base::ByteStream::ReadIterator& source, std::string& target) { unsigned int size = 0; @@ -51,7 +50,6 @@ namespace Base } #else -#pragma message ("--- Packing c style strings ---") void get(ByteStream::ReadIterator & source, std::string & target) { target = reinterpret_cast(source.getBuffer()); diff --git a/external/3rd/library/soePlatform/CSAssist/utils/Base/Archive.cpp b/external/3rd/library/soePlatform/CSAssist/utils/Base/Archive.cpp index d55481a4..c591aa51 100755 --- a/external/3rd/library/soePlatform/CSAssist/utils/Base/Archive.cpp +++ b/external/3rd/library/soePlatform/CSAssist/utils/Base/Archive.cpp @@ -32,7 +32,6 @@ namespace Base bool ByteStream::ms_reuseData = true; #if defined (PASCAL_STRING) -#pragma message ("--- Packing pascal style strings ---") void get(Base::ByteStream::ReadIterator& source, std::string& target) { unsigned int size = 0; @@ -54,7 +53,6 @@ namespace Base } #else -#pragma message ("--- Packing c style strings ---") void get(ByteStream::ReadIterator & source, std::string & target) { target = reinterpret_cast(source.getBuffer()); diff --git a/external/3rd/library/soePlatform/CTServiceGameAPI/Base/Archive.cpp b/external/3rd/library/soePlatform/CTServiceGameAPI/Base/Archive.cpp index 8ad45428..e47f3c41 100755 --- a/external/3rd/library/soePlatform/CTServiceGameAPI/Base/Archive.cpp +++ b/external/3rd/library/soePlatform/CTServiceGameAPI/Base/Archive.cpp @@ -29,7 +29,6 @@ namespace Base #endif #if defined (PASCAL_STRING) -#pragma message ("--- Packing pascal style strings ---") void get(Base::ByteStream::ReadIterator& source, std::string& target) { unsigned int size = 0; @@ -51,7 +50,6 @@ namespace Base } #else -#pragma message ("--- Packing c style strings ---") void get(ByteStream::ReadIterator & source, std::string & target) { target = reinterpret_cast(source.getBuffer()); diff --git a/external/3rd/library/soePlatform/ChatAPI/utils/Base/Archive.cpp b/external/3rd/library/soePlatform/ChatAPI/utils/Base/Archive.cpp index 2d6b1839..1932c1c3 100755 --- a/external/3rd/library/soePlatform/ChatAPI/utils/Base/Archive.cpp +++ b/external/3rd/library/soePlatform/ChatAPI/utils/Base/Archive.cpp @@ -32,7 +32,6 @@ namespace Base bool ByteStream::ms_reuseData = true; #if defined (PASCAL_STRING) -#pragma message ("--- Packing pascal style strings ---") unsigned get(Base::ByteStream::ReadIterator& source, std::string& target) { unsigned int size = 0; @@ -61,7 +60,6 @@ namespace Base } #else -#pragma message ("--- Packing c style strings ---") unsigned get(ByteStream::ReadIterator & source, std::string & target) { target = reinterpret_cast(source.getBuffer());