~ubuntu-branches/ubuntu/breezy/ncbi-tools6/breezy

« back to all changes in this revision

Viewing changes to network/nsdemocl/echo.asn

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2005-09-27 15:38:20 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050927153820-1t1sta0qirjpxaar
Tags: 6.1.20050429-1ubuntu1
GL/GLU Transition

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--$Revision: 6.0 $
2
 
--
3
 
--
4
 
--
5
 
--
6
 
--
7
 
--
8
 
--
9
 
--              ASN.1 message header
10
 
--
11
 
 
12
 
 
13
 
TEST-ECHO DEFINITIONS ::=
14
 
BEGIN
15
 
 
16
 
EXPORTS ECHO-String;
17
 
 
18
 
ECHO-String ::= SEQUENCE {
19
 
        process         VisibleString, -- name of process
20
 
        text            VisibleString -- text echoed
21
 
}
22
 
 
23
 
END
24
 
 
25
 
 
26