blob: 16f5b11c8ce8c5dbc0aa07da863c6ec48d6fc5e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// **********************************************************************
//
// Copyright (c) 2001
// MutableRealms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
//
// **********************************************************************
#include <Ice/Ice.h>
#include <LatencyI.h>
void
PingI::ping()
{
}
|