-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrpc.h
More file actions
38 lines (38 loc) · 1.06 KB
/
rpc.h
File metadata and controls
38 lines (38 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
* =====================================================================================
*
* Filename: rpc.h
*
* Description: Master header file for external reference
*
* Version: 1.0
* Created: 06/14/2018 09:53:04 PM
* Revision: none
* Compiler: gcc
*
* Author: Ming Zhi( woodhead99@gmail.com ),
* Organization:
*
* Copyright: 2019 Ming Zhi( woodhead99@gmail.com )
*
* License: Licensed under GPL-3.0. You may not use this file except in
* compliance with the License. You may find a copy of the
* License at 'http://www.gnu.org/licenses/gpl-3.0.html'
*
* =====================================================================================
*/
#pragma once
#include <type_traits>
#include <string.h>
#include <dbus/dbus.h>
#include "clsids.h"
#include "dbuserr.h"
#include "propids.h"
#include "defines.h"
#include "objfctry.h"
#include "autoptr.h"
#include "stlcont.h"
#include "registry.h"
#include "buffer.h"
#include "configdb.h"
#include "dmsgptr.h"