~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to test/echo-share.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2002-03-25 17:24:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020325172403-8lexv63608acfqgt
Tags: upstream-2.3.107
ImportĀ upstreamĀ versionĀ 2.3.107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*
 
3
 * from main program
 
4
 */
 
5
extern gboolean         echo_opt_quiet;
 
6
/*
 
7
 * from echo-srv.c 
 
8
 */
 
9
extern void             echo_srv_start_poa(CORBA_ORB orb,CORBA_Environment *ev);
 
10
extern CORBA_Object     echo_srv_start_object(CORBA_Environment *ev);
 
11
extern void             echo_srv_finish_object(CORBA_Environment *ev);
 
12
extern void             echo_srv_finish_poa(CORBA_Environment *ev);