~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/megaco/src/text/megaco_text_tokens.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
%%----------------------------------------------------------------------
37
37
 
38
38
%%----------------------------------------------------------------------
 
39
%% Special records
 
40
%%----------------------------------------------------------------------
 
41
 
 
42
-record(property_parm,
 
43
        {
 
44
          name,
 
45
          value,
 
46
          extraInfo = asn1_NOVALUE
 
47
         }). 
 
48
 
 
49
 
 
50
 
 
51
%%----------------------------------------------------------------------
39
52
%% Special characters
40
53
%%----------------------------------------------------------------------
41
54