Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceBox.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICEBOX_ICEBOX_H
4#define ICEBOX_ICEBOX_H
5
6// Provides the full IceBox API.
7
8#include "IceBox/ServiceManager.h"
9#include "Service.h"
10
11#endif