mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
21 lines
645 B
C++
21 lines
645 B
C++
// FirstCustomerServiceServer.h
|
|
// Copyright 2000-02, Sony Online Entertainment Inc., all rights reserved.
|
|
|
|
#ifndef _INCLUDED_FirstCustomerServiceServer_H
|
|
#define _INCLUDED_FirstCustomerServiceServer_H
|
|
|
|
//-----------------------------------------------------------------------
|
|
|
|
#pragma warning ( disable : 4702 )
|
|
|
|
#include "Archive/ByteStream.h"
|
|
#include "sharedFoundation/FirstSharedFoundation.h"
|
|
#include "sharedFoundation/NetworkId.h"
|
|
#include "sharedNetwork/Connection.h"
|
|
#include <unordered_map>
|
|
#include <string>
|
|
|
|
//-----------------------------------------------------------------------
|
|
|
|
#endif // _INCLUDED_FirstCustomerServiceServer_H
|