1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-21 02:09:09 +00:00

Clean project

* Remove unused code generating scripts
* Rename files to be more clear
* Improve dependency in Makefile.am
This commit is contained in:
plt
2011-05-18 17:24:34 +08:00
parent c2bc98f295
commit c5e4719c4f
14 changed files with 252 additions and 433 deletions

View File

@@ -1,20 +0,0 @@
"""
Define RPC functions needed to generate
"""
# [ <ret-type>, [<arg_types>] ]
func_table = [
[ "int", ["string"] ],
[ "int", ["string", "string"] ],
[ "string", [] ],
[ "string", ["string"] ],
[ "string", ["string", "int"] ],
[ "objlist", [] ],
[ "objlist", ["string"] ],
[ "objlist", ["int", "int"] ],
[ "objlist", ["string", "int"] ],
[ "objlist", ["string", "int", "int"] ],
[ "objlist", ["string", "string", "int"] ],
[ "object", [] ],
[ "object", ["string"] ],
]

1
pysearpc/rpc_table.py Symbolic link
View File

@@ -0,0 +1 @@
../lib/rpc_table.py