Changeset 079055f in nscp for trunk/include/NSCHelper.h


Ignore:
Timestamp:
02/17/05 22:41:31 (8 years ago)
Author:
Michael Medin <michael@…>
Children:
5ba0a58
Parents:
5969055
Message:

Verified NSCLient compatiblity for many commands and some minor tweaks (now most NSClient commands are OK)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/NSCHelper.h

    r05bfaf2 r079055f  
    77namespace NSCHelper 
    88{ 
    9   int wrapReturnString(char *buffer, unsigned int bufLen, std::string str); 
     9  int wrapReturnString(char *buffer, unsigned int bufLen, std::string str, int defaultReturnCode = NSCAPI::success); 
    1010  std::list<std::string> makelist(const unsigned int argLen, char **argument); 
    1111  std::string translateMessageType(NSCAPI::messageTypes msgType); 
Note: See TracChangeset for help on using the changeset viewer.