mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-12 22:45:02 -04:00
Added serverNetworkMessages library
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
// ======================================================================
|
||||
//
|
||||
// TransferAccountDataArchive.h
|
||||
// copyright (c) 2001-2004 Sony Online Entertainment
|
||||
//
|
||||
// ======================================================================
|
||||
|
||||
#ifndef _TransferAccountDataArchive_H
|
||||
#define _TransferAccountDataArchive_H
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
class TransferAccountData;
|
||||
|
||||
namespace Archive
|
||||
{
|
||||
class ByteStream;
|
||||
class ReadIterator;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
namespace Archive
|
||||
{
|
||||
void get (ReadIterator & source, TransferAccountData & target);
|
||||
void put (ByteStream & target, const TransferAccountData & source);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
#endif//_TransferAccountDataArchive_H
|
||||
Reference in New Issue
Block a user