blob: 065db88dbbdcd2b8e827687b5214a3ec75dbedb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************
#include <Ice/Ice.h>
#include <TestI.h>
TestI::TestI()
{
}
|