Commit 361db896d555aab60b7374a975cc44a948dd683a
1 parent
e5905ec3
Exists in
master
and in
5 other branches
+ Updating core libraries.
Showing
3 changed files
with
6 additions
and
4 deletions
Show diff stats
modules/lib3270
modules/libv3270
src/plugins/dbus3270/main.c
... | ... | @@ -20,12 +20,14 @@ |
20 | 20 | * |
21 | 21 | * Este programa está nomeado como main.c e possui - linhas de código. |
22 | 22 | * |
23 | + * Referências: | |
24 | + * | |
25 | + * https://github.com/fbuihuu/samples-dbus/blob/master/dbus-server.c | |
26 | + * | |
23 | 27 | * Contatos: |
24 | 28 | * |
25 | 29 | * perry.werneck@gmail.com (Alexandre Perry de Souza Werneck) |
26 | 30 | * erico.mendonca@gmail.com (Erico Mascarenhas Mendonça) |
27 | - * licinio@bb.com.br (Licínio Luis Branco) | |
28 | - * kraucer@bb.com.br (Kraucer Fernandes Mazuco) | |
29 | 31 | * |
30 | 32 | */ |
31 | 33 | ... | ... |