mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
add some header file
This commit is contained in:
parent
a5ae3e6be7
commit
18934033ce
|
@ -16,6 +16,7 @@
|
|||
#define I_FILES_MANAGER_H
|
||||
#include "StatusCode.h"
|
||||
#include <memory>
|
||||
#include <string>
|
||||
typedef struct save_file_info
|
||||
{
|
||||
save_file_info(const std::string &fileName);
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include "StatusCode.h"
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
bool CreateMediaManagerModule(void);
|
||||
bool DestroyMediaManagerModule(void);
|
||||
enum class MediaChannel
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#define CONFIG_BASE_IMPL_H
|
||||
#include "IConfigBase.h"
|
||||
#include <libconfig.h>
|
||||
#include <string>
|
||||
class ConfigBaseImpl : public IConfigBase
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
void *ICreateMediaBase(const MediaHandleType type)
|
||||
{
|
||||
return NewIMediaBase(type);
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#define I_TCP_CLIENT_H
|
||||
#include "StatusCode.h"
|
||||
#include <memory>
|
||||
#include <sys/types.h>
|
||||
class ITcpClient
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue
Block a user