~ubuntu-branches/ubuntu/utopic/aspectc++/utopic

« back to all changes in this revision

Viewing changes to Puma/gen-release/step2/inc/Puma/UnitState.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-05-30 10:01:33 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120530100133-rnwnvxsb3xfsvu2w
Tags: 1:1.1+svn20120529-1
* New upstream snapshot.
  - Fixes with fcntl handling on kFreeBSD
  - Upstream fixes in the Puma Parser

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
  typedef TTarget Target;
249
249
  enum { ARGS = TArgs::ARGS };
250
250
  template <int I> struct Arg : AC::Arg<TArgs, I> {};
251
 
  static const int JPID = 5714;
 
251
  static const int JPID = 10414;
252
252
  static const AC::JPType JPTYPE = (AC::JPType)16;
253
253
  struct Res {
254
254
    typedef void Type;
289
289
  typedef TTarget Target;
290
290
  enum { ARGS = TArgs::ARGS };
291
291
  template <int I> struct Arg : AC::Arg<TArgs, I> {};
292
 
  static const int JPID = 5690;
 
292
  static const int JPID = 10390;
293
293
  static const AC::JPType JPTYPE = (AC::JPType)16;
294
294
  struct Res {
295
295
    typedef void Type;