Ignore:
Timestamp:
08/22/10 23:58:37 (21 months ago)
Author:
shiretu
Message:

-- forgot about some fields inside CallBackInfo?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/applestreamingclient/include/jnihelpers.h

    r89 r92  
    5656                this->callbackClassName = ci.callbackClassName; 
    5757                this->callbackClass = ci.callbackClass; 
    58                 this->callbackMethodName = ""; 
    59                 this->callbackMethod = NULL; 
     58                this->callbackMethodName = ci.callbackMethodName; 
     59                this->callbackMethod = ci.callbackMethod; 
    6060        } 
    6161 
Note: See TracChangeset for help on using the changeset viewer.