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

Diff for /pegasus/src/Pegasus/Client/PegasusSLPWrapper.cpp between version 1.7 and 1.8

version 1.7, 2005/02/05 22:59:19 version 1.8, 2005/02/26 05:15:23
Line 75 
Line 75 
     struct slp_client *client = NULL;     struct slp_client *client = NULL;
     lslpMsg responses, *attrReplyEntry;     lslpMsg responses, *attrReplyEntry;
  
     const int8 *scopes;      const char *scopes;
     const int8 *spi;      const char *spi;
     int8 *iface;      char *iface;
     int8 *addr;      char *addr;
     const int8 *type;      const char *type;
     const int8 *predicate;      const char *predicate;
     int16 port;     int16 port;
     BOOL dir_agent;     BOOL dir_agent;
  
     int8* tags = (int8*)NULL;      char* tags = (char*)NULL;
     int16 converge=(int16)0;     int16 converge=(int16)0;
     if(0==save_url.size()){     if(0==save_url.size()){
         /* Pilot error */         /* Pilot error */
Line 176 
Line 176 
   struct slp_client *client = NULL;   struct slp_client *client = NULL;
   lslpMsg responses, *srvReplyEntry;   lslpMsg responses, *srvReplyEntry;
  
   const int8 *scopes; // = strdup("DEFAULT");    const char *scopes; // = strdup("DEFAULT");
   const int8 *spi; // = strdup("DSA");    const char *spi; // = strdup("DSA");
   int8 *iface; // = NULL;    char *iface; // = NULL;
   int8 *addr; // = NULL;    char *addr; // = NULL;
   const int8 *type; // = strdup("service:wbem");    const char *type; // = strdup("service:wbem");
   const int8 *predicate; // = NULL;    const char *predicate; // = NULL;
   int16 port; // = 427;   int16 port; // = 427;
   BOOL dir_agent; // = FALSE;   BOOL dir_agent; // = FALSE;
  


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2