(file) Return to JMPIImpl.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / JMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPIImpl.h between version 1.13 and 1.14

version 1.13, 2005/06/02 20:36:40 version 1.14, 2005/06/07 18:11:17
Line 69 
Line 69 
       jEnv->Throw((jthrowable)ev); \       jEnv->Throw((jthrowable)ev); \
    }    }
  
   typedef struct {
     int         clsIndex;
     const char *methodName;
     const char *signature;
   } METHOD_STRUCT;
   
 typedef struct jvmVector { typedef struct jvmVector {
    int       initRc;    int       initRc;
    JavaVM    *jvm;    JavaVM    *jvm;
Line 76 
Line 82 
    jclass    *classRefs;    jclass    *classRefs;
    jmethodID *instMethodIDs;    jmethodID *instMethodIDs;
    jmethodID *staticMethodIDs;    jmethodID *staticMethodIDs;
      const METHOD_STRUCT *instanceMethodNames;
 } JvmVector; } JvmVector;
  
 class JMPIjvm { class JMPIjvm {


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2