Files
src-1.2/engine/server/application/CustomerServiceServer/src/shared/FirstCustomerServiceServer.h
T
2014-01-23 00:16:13 -07:00

21 lines
649 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 <tr1/unordered_map>
#include <string>
//-----------------------------------------------------------------------
#endif // _INCLUDED_FirstCustomerServiceServer_H