mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
Added CustomerServiceServer project
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
//CustomerServiceServerMetricsData.cpp
|
||||
//Copyright 2002 Sony Online Entertainment
|
||||
|
||||
#include "FirstCustomerServiceServer.h"
|
||||
#include "CustomerServiceServerMetricsData.h"
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
CustomerServiceServerMetricsData::CustomerServiceServerMetricsData() :
|
||||
MetricsData()
|
||||
{
|
||||
MetricsPair p;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
CustomerServiceServerMetricsData::~CustomerServiceServerMetricsData()
|
||||
{
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
void CustomerServiceServerMetricsData::updateData()
|
||||
{
|
||||
MetricsData::updateData();
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user