summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/attack/BackendI.h
blob: a22383abb945bdfb517643c80496f7ad7f73dd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#ifndef BACKEND_I_H
#define BACKEND_I_H

#include <Backend.h>

class BackendI : public Test::Backend
{
public:

    virtual void shutdown(const Ice::Current&);
};

#endif