(file) Return to OpenSLPWrapper.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Client

Diff for /pegasus/src/Pegasus/Client/OpenSLPWrapper.h between version 1.5 and 1.6

version 1.5, 2006/01/30 16:16:42 version 1.6, 2006/11/14 18:34:48
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Tony Fiorentino (fiorentino_tony@emc.com)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef OpenSLPWrapper_h #ifndef OpenSLPWrapper_h
Line 41 
Line 37 
 #include "slp.h" #include "slp.h"
 #include "WBEMSLPTemplate.h" #include "WBEMSLPTemplate.h"
  
 static SLPBoolean  static SLPBoolean wbemSrvUrlCallback(
 wbemSrvUrlCallback(SLPHandle hslp,      SLPHandle hslp,
                    const char* srvurl,                    const char* srvurl,
                    unsigned short lifetime,                    unsigned short lifetime,
                    SLPError errcode,                    SLPError errcode,
                    void* cookie);                    void* cookie);
  
 static SLPBoolean  static SLPBoolean wbemAttrCallback(
 wbemAttrCallback( SLPHandle hslp,      SLPHandle hslp,
                   const char* attrlist,                   const char* attrlist,
                   SLPError errcode,                   SLPError errcode,
                   void* cookie);                   void* cookie);
  
 #endif /* OpenSLPWrapper_h */ #endif /* OpenSLPWrapper_h */
   


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2