File: Bonobo_Sample_Echo.server.in.in

package info (click to toggle)
libbonobo 2.32.1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,648 kB
  • ctags: 3,406
  • sloc: ansic: 23,176; sh: 10,374; xml: 2,171; makefile: 718; yacc: 143; lex: 123
file content (21 lines) | stat: -rw-r--r-- 815 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<oaf_info>

<oaf_server iid="OAFIID:Bonobo_Sample_Echo_Factory" type="exe" 
	location="@libdir@/bonobo/samples/bonobo-echo-2">
	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:GNOME/ObjectFactory:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" _value="Echo component factory"/>
	<oaf_attribute name="description" type="string" _value="Bonobo Echo server factory"/>
</oaf_server>

<oaf_server iid="OAFIID:Bonobo_Sample_Echo" type="factory" 
	location="OAFIID:Bonobo_Sample_Echo_Factory">
	<oaf_attribute name="repo_ids" type="stringv">
		<item value="IDL:Demo/Echo:1.0"/>
	</oaf_attribute>
	<oaf_attribute name="name" type="string" _value="Echo component"/>
	<oaf_attribute name="description" type="string" _value="Bonobo Echo server sample program"/>
</oaf_server>

</oaf_info>