merged AI doc, some new pages
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
/*! \file picloudbase.h
|
||||
* \ingroup Cloud
|
||||
* \~\brief
|
||||
* \~english Base class for PICloudClient and PICloudServer
|
||||
* \~russian Базовый класс для PICloudClient и PICloudServer
|
||||
*/
|
||||
//! \~\file picloudbase.h
|
||||
//! \~\ingroup Cloud
|
||||
//! \brief
|
||||
//! \~english Base class for PICloudClient and PICloudServer.
|
||||
//! \~russian Базовый класс для PICloudClient и PICloudServer.
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
PICloud Base - Base class for PICloudClient and PICloud Server
|
||||
@@ -30,11 +29,18 @@
|
||||
#include "piethernet.h"
|
||||
#include "pistreampacker.h"
|
||||
|
||||
|
||||
//! \~\ingroup Cloud
|
||||
//! \brief
|
||||
//! \~english Base class for cloud client and server.
|
||||
//! \~russian Базовый класс для облачного клиента и сервера.
|
||||
class PIP_CLOUD_EXPORT PICloudBase {
|
||||
public:
|
||||
//! \~english Constructs the shared PICloud transport state.
|
||||
//! \~russian Создает общее транспортное состояние PICloud.
|
||||
PICloudBase();
|
||||
|
||||
//! \~english Returns the logical server name configured for the transport.
|
||||
//! \~russian Возвращает логическое имя сервера, настроенное для транспорта.
|
||||
PIString serverName() const;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user