1
0
Fork 0

VTY: Bind two functions to output text

This commit is contained in:
Holger Hans Peter Freyther 2010-09-13 18:02:27 +08:00
parent 883f1a7651
commit 826e3a0182
1 changed files with 8 additions and 0 deletions

View File

@ -121,6 +121,14 @@ Object subclass: OSMOVTY [
<cCall: 'install_element_ve' returning: #void args: #(#{Vty_cmd_element}) >
]
OSMOVTY class >> vty_out: aVty msg: aMsg [
<cCall: 'vty_out' returning: #int args: #(#cObject #string) >
]
OSMOVTY class >> vty_out_newline: aVty [
<cCall: 'vty_out_newline' returning: #int args: #(#cObject) >
]
OSMOVTY class >> initWith: aName version: aVersion license: aLicense port: aPort [
| app_info |