swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ActionConcurrent_c


From: Marcus G. Daniels
Subject: Re: ActionConcurrent_c
Date: 25 Mar 2000 14:55:46 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "D3" == Doug Donalson <address@hidden> writes:

D3> main.m:11: /Swarm-2.1/include/defobj/directory.h:23: jni.h

Here's a fix.  No need to rebuild, you can apply it to the
include/activity/Action.h.

Index: Action.h
===================================================================
RCS file: /cvs/hive/Swarm/swarm/src/activity/Action.h,v
retrieving revision 1.31
diff -c -r1.31 Action.h
*** Action.h    2000/03/15 17:22:53     1.31
--- Action.h    2000/03/25 22:53:11
***************
*** 15,23 ****
  #import <activity.h>
  
  #include <swarmconfig.h>
- #ifdef HAVE_JDK
- #import <defobj/directory.h>
- #endif
  
  @interface CAction: CreateDrop_s
  {
--- 15,20 ----
***************
*** 114,120 ****
  {
    size_t targetCount;
  #ifdef HAVE_JDK
!   jobject *javaTargets;
  #endif
    id *objcTargets;
  }
--- 111,117 ----
  {
    size_t targetCount;
  #ifdef HAVE_JDK
!   JOBJECT *javaTargets;
  #endif
    id *objcTargets;
  }

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]